diff --git a/src/nvmath/Plane.h b/src/nvmath/Plane.h index 8a2f57d..0aa6956 100644 --- a/src/nvmath/Plane.h +++ b/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 {