1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-30 07:21:12 +00:00

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>