From d652cc8ea4f46be1c01495bc076aa41b35e87906 Mon Sep 17 00:00:00 2001 From: KimLS Date: Mon, 28 Apr 2014 13:10:11 -0700 Subject: [PATCH] Raycastmesh missing malloc, free, NULL refs --- zone/RaycastMesh.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zone/RaycastMesh.cpp b/zone/RaycastMesh.cpp index b6635c7e6..34070d8da 100644 --- a/zone/RaycastMesh.cpp +++ b/zone/RaycastMesh.cpp @@ -1,6 +1,8 @@ #include "RaycastMesh.h" #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