mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-18 15:15:37 +00:00
Fixed compilation errors on Fedora and GCC 10.
This commit is contained in:
parent
16c9752017
commit
48a7bed2c0
|
@ -14,6 +14,7 @@
|
|||
#endif
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
class FileData;
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
#endif
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
namespace pugi { class xml_node; }
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
#endif
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
|
||||
class InputConfig;
|
||||
class Window;
|
||||
|
|
|
@ -15,6 +15,8 @@
|
|||
#include <sstream>
|
||||
#endif
|
||||
|
||||
#include <string>
|
||||
|
||||
bool PowerSaver::mState = false;
|
||||
bool PowerSaver::mRunningScreensaver = false;
|
||||
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
#define ES_CORE_SETTINGS_H
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
|
||||
// This is a singleton for storing settings.
|
||||
class Settings
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
#include <SDL2/SDL_audio.h>
|
||||
#include <map>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
class ThemeData;
|
||||
|
|
Loading…
Reference in a new issue