summaryrefslogtreecommitdiff
path: root/src/spacebot.cpp
diff options
context:
space:
mode:
authorJustin Worthe <justin.worthe@entelect.co.za>2015-06-03 17:18:41 +0200
committerJustin Worthe <justin.worthe@entelect.co.za>2015-06-03 17:18:41 +0200
commit844c04c7987fd29388ab8302f555c486248b583b (patch)
tree1bbbad63f0fc9931a0e8de2f596307d09bfc365c /src/spacebot.cpp
parent4f75af9646b03ce4101820c10152944c780e7c0a (diff)
Removed bad vcxproj files
Diffstat (limited to 'src/spacebot.cpp')
-rw-r--r--src/spacebot.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/spacebot.cpp b/src/spacebot.cpp
index 24a5d1e..f2fb95a 100644
--- a/src/spacebot.cpp
+++ b/src/spacebot.cpp
@@ -1,5 +1,6 @@
#include "spacebot.h"
#include <random>
+#include <string>
Spacebot::Spacebot(const std::string& outputPath)
: mapStream(outputPath+"/map.txt", std::ifstream::in)