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 35d7b80..a361f19 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. |