diff options
Diffstat (limited to 'src/Texture.cpp')
-rw-r--r-- | src/Texture.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Texture.cpp b/src/Texture.cpp index 1ae5567..24dbb6a 100644 --- a/src/Texture.cpp +++ b/src/Texture.cpp @@ -1,7 +1,7 @@ #include <algorithm> #include <string> -#include <Texture.h> +#include <Texture.hpp> /** * A structure for keeping track of loaded textures. |