diff options
Diffstat (limited to 'src/threading.cpp')
-rw-r--r-- | src/threading.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/threading.cpp b/src/threading.cpp index 5a42ea7..3c034c0 100644 --- a/src/threading.cpp +++ b/src/threading.cpp @@ -1,3 +1,7 @@ +#if SPECIAL +#include "main.h" +#endif + static void RenderLayers(render_entry Entry); |