فهرست منبع

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 >