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:
parent
a87046bff7
commit
07c8ae4d12
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue