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:
Mark de Wever 2014-03-09 19:24:49 +01:00
parent 5d0c8e581f
commit 7f5006ed45

View file

@ -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>