diff options
Diffstat (limited to 'src/math/mathlib.h')
-rw-r--r-- | src/math/mathlib.h | 3 |
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" |