Fix for link error when building with clang-cl

This commit is contained in:
Ben Payne 2015-03-04 18:50:30 -05:00
parent 4386ababbe
commit 7f1f6a5e8b

View file

@ -30,7 +30,7 @@
#ifndef _SCENEPOLYHEDRALOBJECT_H_
#include "scene/mixin/scenePolyhedralObject.h"
#endif
#include "scene/mixin/scenePolyhedralObject.impl.h"
///
class ScenePolyhedralSpace : public ScenePolyhedralObject< SceneSpace >