From 6ad4a95cc66b77441327a855a2526db5f68e81b7 Mon Sep 17 00:00:00 2001 From: KimLS Date: Mon, 28 Apr 2014 13:15:43 -0700 Subject: [PATCH] And of course memset too way to not include the whole error message the first time jerk --- zone/RaycastMesh.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/zone/RaycastMesh.cpp b/zone/RaycastMesh.cpp index 34070d8da..404961bf0 100644 --- a/zone/RaycastMesh.cpp +++ b/zone/RaycastMesh.cpp @@ -3,6 +3,7 @@ #include #include #include +#include #include // This code snippet allows you to create an axis aligned bounding volume tree for a triangle mesh so that you can do