summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2012-11-06 17:31:15 (GMT)
committerSwift Review <review@swift.im>2012-11-06 19:04:46 (GMT)
commitd38f6d1111dda81ec4c5bbf0e3c95a128ff77e62 (patch)
tree64582520db43bbbe2e7e46436d735885149c0bb2 /Swiftob
parentbf7e61aaf36e85dce71f25d40adfa4170e675d3f (diff)
downloadswift-d38f6d1111dda81ec4c5bbf0e3c95a128ff77e62.zip
swift-d38f6d1111dda81ec4c5bbf0e3c95a128ff77e62.tar.bz2
Compile with very old Boost filesystem (e.g. 1.42)
Change-Id: I547fd937e1563f8c7615f75b5ca9bb985e85a472
Diffstat (limited to 'Swiftob')
-rw-r--r--Swiftob/LuaCommands.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Swiftob/LuaCommands.cpp b/Swiftob/LuaCommands.cpp
index 89f5159..d27c131 100644
--- a/Swiftob/LuaCommands.cpp
+++ b/Swiftob/LuaCommands.cpp
@@ -18,6 +18,8 @@
#include <Swiftob/Commands.h>
+#include <Swiften/Base/BoostFilesystemVersion.h>
+
#define LUA_COMMANDS "__Lua_Commands"
#define STORAGE "__Storage"