Had to change the #includes of dependend headers from "dir/header.h" to "../dir...
[supertux.git] / lib / video / font.h
index f359762..d0b328b 100644 (file)
@@ -23,8 +23,8 @@
 
 #include <string>
 
-#include "video/surface.h"
-#include "math/vector.h"
+#include "../video/surface.h"
+#include "../math/vector.h"
 
 namespace SuperTux
   {