Move boost include

pull/469/head
Andrei Kortunov 6 years ago
parent c2a175c2e0
commit e2519226aa

@ -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…
Cancel
Save