diff options
-rw-r--r-- | sky/sky.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sky/sky.cpp b/sky/sky.cpp index c03e6d920a..9912fccfce 100644 --- a/sky/sky.cpp +++ b/sky/sky.cpp @@ -76,6 +76,10 @@ extern bool draw_keyboard; #undef WITH_DEBUG_CHEATS +#ifdef WITH_DEBUG_CHEATS +#include "sky/grid.h" +#endif + static const GameSettings skySetting = {"sky", "Beneath a Steel Sky", 0 }; |