Fixed #include introduced by the last commit.
authorTobias Gläßer <tobi.web@gmx.de>
Thu, 5 Aug 2004 20:11:30 +0000 (20:11 +0000)
committerTobias Gläßer <tobi.web@gmx.de>
Thu, 5 Aug 2004 20:11:30 +0000 (20:11 +0000)
In the library all includes have to be in "#include ../libsubdir/foo.h" style, so that the relations between the includes work correctly inside your /usr/(local)/include/ directory as well.

SVN-Revision: 1713

lib/math/vector.h

index 90588c8..faedaff 100644 (file)
@@ -20,7 +20,7 @@
 #ifndef SUPERTUX_VECTOR_H
 #define SUPERTUX_VECTOR_H
 
-#include "special/base.h"
+#include "../special/base.h"
 
 namespace SuperTux
   {