Use correct way of including SDL2 header
authorunc0rr
Wed, 09 Oct 2019 07:43:43 +0200
changeset 15447 999f82643048
parent 15446 1c342763102f
child 15448 6e4ca1c46370
Use correct way of including SDL2 header
QTfrontend/util/DataManager.cpp
--- a/QTfrontend/util/DataManager.cpp	Mon Oct 07 23:14:39 2019 +0200
+++ b/QTfrontend/util/DataManager.cpp	Wed Oct 09 07:43:43 2019 +0200
@@ -28,7 +28,7 @@
 #include <QSettings>
 #include <QColor>
 
-#include <SDL2/SDL.h>
+#include <SDL.h>
 
 #include "hwconsts.h"
 #include "HWApplication.h"