From 5d068da91eb5eff9bc13d53e6632028c0f61f315 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tobias=20Gl=C3=A4=C3=9Fer?= Date: Thu, 5 Aug 2004 20:11:30 +0000 Subject: [PATCH] Fixed #include introduced by the last commit. 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/math/vector.h b/lib/math/vector.h index 90588c827..faedaff9e 100644 --- a/lib/math/vector.h +++ b/lib/math/vector.h @@ -20,7 +20,7 @@ #ifndef SUPERTUX_VECTOR_H #define SUPERTUX_VECTOR_H -#include "special/base.h" +#include "../special/base.h" namespace SuperTux { -- 2.11.0