From e325ade1b6fc3c96df3c6daed51b39c289466c73 Mon Sep 17 00:00:00 2001 From: castano Date: Tue, 16 Mar 2010 22:35:38 +0000 Subject: [PATCH] misc --- trunk/src/nvmath/Plane.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {