From 6eb503f6d0a7833495c3e2571656e32210a226da Mon Sep 17 00:00:00 2001 From: ZappoMan Date: Mon, 8 Apr 2013 20:04:24 -0700 Subject: [PATCH] hopefully fix build buster --- interface/src/Vector3D.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/Vector3D.cpp b/interface/src/Vector3D.cpp index 792d55c16a..0e6393ecac 100755 --- a/interface/src/Vector3D.cpp +++ b/interface/src/Vector3D.cpp @@ -6,7 +6,7 @@ //----------------------------------------------------------- #include "Vector3D.h" -#include "Math.h" +#include // "Math.h" //--------------------------------------- Vector3D::Vector3D()