diff --git a/trunk/src/nvmath/Plane.h b/trunk/src/nvmath/Plane.h index 8a2f57d..0aa6956 100644 --- a/trunk/src/nvmath/Plane.h +++ b/trunk/src/nvmath/Plane.h @@ -3,8 +3,8 @@ #ifndef NV_MATH_PLANE_H #define NV_MATH_PLANE_H -#include -#include +#include "nvmath.h" +#include "Vector.h" namespace nv {