diff options
Diffstat (limited to 'src/layer_box.cpp')
-rw-r--r-- | src/layer_box.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/layer_box.cpp b/src/layer_box.cpp index b720d5c..f57594c 100644 --- a/src/layer_box.cpp +++ b/src/layer_box.cpp @@ -1,3 +1,7 @@ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include <math.h> #include <SDL.h> |