diff options
Diffstat (limited to 'inc')
-rw-r--r-- | inc/window.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/window.hpp b/inc/window.hpp index b7ec500..8ce53db 100644 --- a/inc/window.hpp +++ b/inc/window.hpp @@ -3,7 +3,7 @@ #include <SDL2/SDL.h> #include <algorithm> - +#include <string> #include "constants.hpp" class Window |