Move boost include

This commit is contained in:
Andrei Kortunov 2018-08-03 17:04:07 +04:00
parent c2a175c2e0
commit e2519226aa
2 changed files with 1 additions and 2 deletions

View file

@ -9,8 +9,6 @@
#include "engine.hpp"
#include <boost/filesystem/fstream.hpp>
#if defined(_WIN32)
// For OutputDebugString
#ifndef WIN32_LEAN_AND_MEAN

View file

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