# HG changeset patch # User unc0rr # Date 1570599823 -7200 # Node ID 999f8264304817a3abe228404b9c7ea15aae258a # Parent 1c342763102ff41f1117f8d657d4ec763c4db3ad Use correct way of including SDL2 header diff -r 1c342763102f -r 999f82643048 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 #include -#include +#include #include "hwconsts.h" #include "HWApplication.h"