Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/mathlib.h')
-rw-r--r--src/math/mathlib.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/math/mathlib.h b/src/math/mathlib.h
index ca5b7f4..b76c562 100644
--- a/src/math/mathlib.h
+++ b/src/math/mathlib.h
@@ -1,5 +1,5 @@
/*
- math/math.h
+ math/mathlib.h
This file is part of the Osirion project and is distributed under
the terms of the GNU General Public License version 2
*/
@@ -13,6 +13,7 @@
namespace math {}
#include "math/vector3f.h"
+#include "math/plane3f.h"
#include "math/color.h"
#include "math/functions.h"