diff options
author | majortom6 <tombarrett@siu.edu> | 2017-02-18 05:42:02 -0600 |
---|---|---|
committer | majortom6 <tombarrett@siu.edu> | 2017-02-18 05:42:02 -0600 |
commit | 244010180db98a75062e7bf1ce3541a9e046b06b (patch) | |
tree | 1a1de6d211fab63407049a3da5c3da4b0d34b040 /inc | |
parent | 60bc5dcb19a983e8ae335ba89f860c59473303fb (diff) |
made working on different laptop
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 |