diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-10-25 12:38:08 +0200 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-10-25 12:38:08 +0200 |
commit | e0394e6e69f90c87e57c4d6ba3451dd085e06bcf (patch) | |
tree | 947edbfc1396b1e7179be9a72fcde02a14ea7496 /src/core | |
parent | 6634410aee114e125a9c0564b2c7dd67619df5fc (diff) |
Possible fix of linux build
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/Game.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/Game.cpp b/src/core/Game.cpp index 1be62611..e47543b3 100644 --- a/src/core/Game.cpp +++ b/src/core/Game.cpp @@ -89,6 +89,7 @@ #include "frontendoption.h" #include "postfx.h" #include "custompipes.h" +#include "crossplatform.h" eLevelName CGame::currLevel; bool CGame::bDemoMode = true; |