Преглед изворни кода

Fix for link error when building with clang-cl

Ben Payne пре 11 година
родитељ
комит
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 >