Make a subtle include order change for SDL2.

Instead of compiling Wesnoth cleanly with a lot of linker errors I run
again in a new set of compilation errors. (Well I still consider this
progress ;-))
This commit is contained in:
Mark de Wever 2014-03-02 14:36:08 +01:00
parent a87046bff7
commit 07c8ae4d12

View file

@ -15,10 +15,11 @@
#define FONT_HPP_INCLUDED
#include "exceptions.hpp"
#include "SDL_ttf.h"
#include "sdl_utils.hpp"
#include <SDL_ttf.h>
class t_string;
namespace font {