- fix forward declaration

This commit is contained in:
Rolzad73
2017-05-08 19:39:32 -04:00
parent 858c26b46a
commit 28ea300f42
+3
View File
@@ -6,6 +6,9 @@
#ifdef SDL_CONFIG #ifdef SDL_CONFIG
#include <SDL.h> #include <SDL.h>
#endif #endif
#ifdef QT_CONFIG
#include <QKeySequence>
#endif
using std::string; using std::string;
using std::map; using std::map;