blob: 0da874e8715e9fbb459d4529d5b7e4f9cd54cc26 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/SetupBattle.cpp
+++ b/SetupBattle.cpp
@@ -18,7 +18,7 @@
#include "PreBattle.h"
#include <sstream>
-#include <boost/filesystem/exception.hpp>
+#include <boost/filesystem.hpp>
using std::stringstream;
using std::getline;
|