diff options
Diffstat (limited to '')
-rw-r--r-- | src/menu/text.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/menu/text.hpp b/src/menu/text.hpp index 49c42a73..64400dcf 100644 --- a/src/menu/text.hpp +++ b/src/menu/text.hpp @@ -26,7 +26,7 @@ #define TEXT_HPP #include <string> -#include <ftgl.h> +#include <FTGL/ftgl.h> #include <boost/thread/shared_mutex.hpp> #include <log4cpp/Category.hh> |