blob: 424b691d57c48273ceee6daffc97c65804c09d23 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- src/keyboard.h
+++ src/keyboard.h
@@ -22,6 +22,7 @@
#include "config.h"
#include <SDL2/SDL.h>
#include <SDL2/SDL_ttf.h>
+#include <array>
#include <cmath>
#include <cstdint>
#include <list>
|