Преглед на файлове

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_
 #ifndef _SCENEPOLYHEDRALOBJECT_H_
 #include "scene/mixin/scenePolyhedralObject.h"
 #include "scene/mixin/scenePolyhedralObject.h"
 #endif
 #endif
-
+#include "scene/mixin/scenePolyhedralObject.impl.h"
 
 
 ///
 ///
 class ScenePolyhedralSpace : public ScenePolyhedralObject< SceneSpace >
 class ScenePolyhedralSpace : public ScenePolyhedralObject< SceneSpace >