From 5e3b15b690e80a3cb52a5beb7931452f6d6d1511 Mon Sep 17 00:00:00 2001 From: cignoni Date: Mon, 5 Jul 2010 10:15:59 +0000 Subject: [PATCH] added missing include --- apps/sample/trimesh_ray/trimesh_ray.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/sample/trimesh_ray/trimesh_ray.cpp b/apps/sample/trimesh_ray/trimesh_ray.cpp index ae8fb0b5..0cabaaed 100644 --- a/apps/sample/trimesh_ray/trimesh_ray.cpp +++ b/apps/sample/trimesh_ray/trimesh_ray.cpp @@ -13,6 +13,7 @@ using namespace std; #include #include #include +#include #include #include #include