diff options
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game.cpp b/src/game.cpp index 3634d6b6f..c71fa457b 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -66,6 +66,8 @@ with this program; if not, write to the Free Software Foundation, Inc., #if USE_SOUND #include "sound_openal.h" +#include "shader.h" + #endif extern Settings *g_settings; |