diff options
Diffstat (limited to 'src/being.cpp')
-rw-r--r-- | src/being.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/being.cpp b/src/being.cpp index b995338a4..5230edeae 100644 --- a/src/being.cpp +++ b/src/being.cpp @@ -82,6 +82,8 @@ #include <cassert> #include <cmath> +#include "debug.h" + #define CACHE_SIZE 50 #define HAIR_FILE "hair.xml" |