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 /Swiften/Base
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 'Swiften/Base')
-rw-r--r--Swiften/Base/BoostFilesystemVersion.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/Swiften/Base/BoostFilesystemVersion.h b/Swiften/Base/BoostFilesystemVersion.h
new file mode 100644
index 0000000..1b1676c
--- /dev/null
+++ b/Swiften/Base/BoostFilesystemVersion.h
@@ -0,0 +1,10 @@
+/*
+ * Copyright (c) 2010-2012 Kevin Smith
+ * Licensed under the GNU General Public License v3.
+ * See Documentation/Licenses/GPLv3.txt for more information.
+ */
+#pragma once
+
+#ifndef BOOST_FILESYSTEM_VERSION
+#define BOOST_FILESYSTEM_VERSION 2
+#endif