From 597e21c4ee1bbb59ab904c91438503ae49b117ef Mon Sep 17 00:00:00 2001 From: bels Date: Wed, 11 Jun 2014 19:25:55 -0400 Subject: [PATCH] - Fixes the build problem with g3d on FreeBSD 10 in System.h --- dep/include/g3dlite/G3D/System.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dep/include/g3dlite/G3D/System.h b/dep/include/g3dlite/G3D/System.h index 3183064e1..dff7fffed 100644 --- a/dep/include/g3dlite/G3D/System.h +++ b/dep/include/g3dlite/G3D/System.h @@ -24,6 +24,10 @@ # include #endif +#ifdef G3D_FREEBSD +# include +#endif + namespace G3D { /**