allows compilation on windows
This commit is contained in:
parent
02e4ea0044
commit
71a7c21709
|
@ -135,6 +135,7 @@ set(MAIN_HEADERS
|
|||
src/al-util.h
|
||||
src/boost-hash.h
|
||||
src/debugwriter.h
|
||||
src/defines.hpp
|
||||
)
|
||||
|
||||
set(MAIN_SOURCE
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
|
||||
#include "font.h"
|
||||
#include "util.h"
|
||||
#include "defines.hpp"
|
||||
#include "exception.h"
|
||||
#include "boost-hash.h"
|
||||
#include "debugwriter.h"
|
||||
|
|
Loading…
Reference in New Issue