From 7f1f6a5e8be7940238fe78f9a056a362b080c332 Mon Sep 17 00:00:00 2001 From: Ben Payne Date: Wed, 4 Mar 2015 18:50:30 -0500 Subject: [PATCH] Fix for link error when building with clang-cl --- Engine/source/scene/scenePolyhedralSpace.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Engine/source/scene/scenePolyhedralSpace.h b/Engine/source/scene/scenePolyhedralSpace.h index bafa998fb..154fd52e7 100644 --- a/Engine/source/scene/scenePolyhedralSpace.h +++ b/Engine/source/scene/scenePolyhedralSpace.h @@ -30,7 +30,7 @@ #ifndef _SCENEPOLYHEDRALOBJECT_H_ #include "scene/mixin/scenePolyhedralObject.h" #endif - +#include "scene/mixin/scenePolyhedralObject.impl.h" /// class ScenePolyhedralSpace : public ScenePolyhedralObject< SceneSpace >