projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71e724e
)
Fixed #include introduced by the last commit.
author
Tobias Gläßer
<tobi.web@gmx.de>
Thu, 5 Aug 2004 20:11:30 +0000
(20:11 +0000)
committer
Tobias 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
patch
|
blob
|
history
diff --git
a/lib/math/vector.h
b/lib/math/vector.h
index
90588c8
..
faedaff
100644
(file)
--- 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
{