Skip to content

Commit

Permalink
Fix renderer compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
mniip committed May 9, 2018
1 parent 3781b36 commit 67df4fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphics/Renderer.cpp
Expand Up @@ -19,9 +19,9 @@
#include "lua/LuaScriptInterface.h"
#include "lua/LuaScriptHelper.h"
#endif
#include "hmap.h"
extern "C"
{
#include "hmap.h"
#ifdef OGLR
#include "Shaders.h"
#endif
Expand Down

0 comments on commit 67df4fd

Please sign in to comment.