diff options
Diffstat (limited to 'assetFactory/use.cpp')
-rw-r--r-- | assetFactory/use.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assetFactory/use.cpp b/assetFactory/use.cpp index 9db3495..5314321 100644 --- a/assetFactory/use.cpp +++ b/assetFactory/use.cpp @@ -4,7 +4,7 @@ #include <glm/matrix.hpp> #include <maths.h> #include <set> -#include <stream_support.hpp> +#include <stream_support.h> Shape::CreatedFaces Use::createMesh(ModelFactoryMesh & mesh, float levelOfDetailFactor) const |