From b2fa88bb21e70b3398540bd9af1d51628fdc16fd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andrea=20B=C3=B6nsch?= <boensch@vr.rwth-aachen.de>
Date: Wed, 27 Jun 2018 14:54:27 +0200
Subject: [PATCH] Update test_generic_material_loader.cpp fix include

---
 tests/src/test_generic_material_loader.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/src/test_generic_material_loader.cpp b/tests/src/test_generic_material_loader.cpp
index f602a453..ed93d866 100644
--- a/tests/src/test_generic_material_loader.cpp
+++ b/tests/src/test_generic_material_loader.cpp
@@ -25,7 +25,7 @@
 #include "phx/resources/resource_utils.hpp"
 #include "phx/resources/types/material.hpp"
 
-#include "test_utilities/glm_vec3.hpp"
+#include "test_utilities/glm_vec.hpp"
 
 SCENARIO("The Generic Material Loader can create Generic materials.",
          "[phx][phx::GenericMaterialLoader]") {
-- 
GitLab