blob: 355a2c7bc0481fd91304febaad6b75f0a11ec380 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- SetupBattle.cpp.orig Fri Jul 6 01:44:52 2007
+++ SetupBattle.cpp Fri Jul 6 01:52:29 2007
@@ -18,7 +18,7 @@
#include "PreBattle.h"
#include <sstream>
-#include <boost/filesystem/exception.hpp>
+#include <boost/filesystem.hpp>
using std::stringstream;
using std::getline;
|