diff options
Diffstat (limited to 'src/being.cpp')
-rw-r--r-- | src/being.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/being.cpp b/src/being.cpp index 04a07152..a0b9a88c 100644 --- a/src/being.cpp +++ b/src/being.cpp @@ -23,9 +23,10 @@ #include "being.h" -#include <iostream> #include <sstream> +#include <guichan/imagefont.hpp> + #include "game.h" #include "graphics.h" #include "log.h" |