diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2009-02-13 17:44:19 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2009-02-13 17:44:19 +0000 |
commit | 50efe64b9ad6ea71a785efb6f5658942ba42909c (patch) | |
tree | bf606c0fc7fe188cbd9a0e1e7322fa98a3a2609d /games/ember | |
parent | 47383205d807ab039e8a63e222908f826f7fc395 (diff) | |
download | ports-50efe64b9ad6ea71a785efb6f5658942ba42909c.tar.gz ports-50efe64b9ad6ea71a785efb6f5658942ba42909c.zip |
Notes
Diffstat (limited to 'games/ember')
-rw-r--r-- | games/ember/files/patch-TerrainInfo.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/ember/files/patch-TerrainInfo.h b/games/ember/files/patch-TerrainInfo.h new file mode 100644 index 000000000000..b71dff41986e --- /dev/null +++ b/games/ember/files/patch-TerrainInfo.h @@ -0,0 +1,10 @@ +--- src/components/ogre/terrain/TerrainInfo.h.orig 2009-02-13 18:06:16.000000000 +0100 ++++ src/components/ogre/terrain/TerrainInfo.h 2009-02-13 18:06:43.000000000 +0100 +@@ -26,6 +26,7 @@ + #include "../EmberOgrePrerequisites.h" + // #include <wfmath/wfmath.h> + #include <wfmath/axisbox.h> ++#include <wfmath/point.h> + + namespace Mercator + { |