diff options
-rwxr-xr-x | texturesdl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/texturesdl.cpp b/texturesdl.cpp index 716ea03..8e112ef 100755 --- a/texturesdl.cpp +++ b/texturesdl.cpp @@ -1,6 +1,6 @@ #include <iostream> #include <stdexcept> -#include <SDL_image/SDL_image.h> +#include <SDL/SDL_image.h> #include "texturesdl.h" TextureSDL::TextureSDL(const char* filename) { |