diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-03-06 06:26:28 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-03-06 06:26:28 +0300 |
commit | b1241b3e98f72b50f38dad602da3d3f4b4edc7bf (patch) | |
tree | b5c92a68dd68841f5d28ca38d357201c4e0ab681 /src/main.cpp | |
parent | ca32e722c1b8100ca868dea3f48bce46b855ec26 (diff) | |
download | plus-b1241b3e98f72b50f38dad602da3d3f4b4edc7bf.tar.gz plus-b1241b3e98f72b50f38dad602da3d3f4b4edc7bf.tar.bz2 plus-b1241b3e98f72b50f38dad602da3d3f4b4edc7bf.tar.xz plus-b1241b3e98f72b50f38dad602da3d3f4b4edc7bf.zip |
Fix include type in main.cpp
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 39ebecd35..8c6b3377a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -23,7 +23,7 @@ #include "maingui.h" #ifdef WIN32 -#include "SDL.h" +#include <SDL.h> #endif // WIN32 #include "debug.h" |