Fix include for SDL_stdinc.h

This commit is contained in:
applemonkey496 2021-06-15 11:22:42 -07:00 committed by GitHub
parent a02d5a81c3
commit cd8e1bb454
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@
#ifndef SDL2PP_SDL_HH #ifndef SDL2PP_SDL_HH
#define SDL2PP_SDL_HH #define SDL2PP_SDL_HH
#include <SDL_stdinc.h> #include <SDL2/SDL_stdinc.h>
#include <SDL2pp/Export.hh> #include <SDL2pp/Export.hh>