浏览代码

Fix for link error when building with clang-cl

Ben Payne 10 年之前
父节点
当前提交
7f1f6a5e8b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Engine/source/scene/scenePolyhedralSpace.h

+ 1 - 1
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 >