Include the proper header.
Don't use a header that indirectly includes the wanted header. The bug was caused by some early development testing code.
This commit is contained in:
parent
5d0c8e581f
commit
7f5006ed45
1 changed files with 1 additions and 1 deletions
|
@ -16,8 +16,8 @@
|
|||
|
||||
#if SDL_VERSION_ATLEAST(2, 0, 0)
|
||||
|
||||
#include "exceptions.hpp"
|
||||
#include "log.hpp"
|
||||
#include "wml_exception.hpp"
|
||||
|
||||
#include <SDL_render.h>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue