forked from teamnwah/openmw-tes3coop
Move boost include
This commit is contained in:
parent
c2a175c2e0
commit
e2519226aa
2 changed files with 1 additions and 2 deletions
|
@ -9,8 +9,6 @@
|
|||
|
||||
#include "engine.hpp"
|
||||
|
||||
#include <boost/filesystem/fstream.hpp>
|
||||
|
||||
#if defined(_WIN32)
|
||||
// For OutputDebugString
|
||||
#ifndef WIN32_LEAN_AND_MEAN
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#ifndef MISC_DEBUGGING_H
|
||||
#define MISC_DEBUGGING_H
|
||||
|
||||
#include <boost/filesystem/fstream.hpp>
|
||||
#include <boost/iostreams/stream.hpp>
|
||||
|
||||
#include <SDL_messagebox.h>
|
||||
|
|
Loading…
Reference in a new issue