summaryrefslogtreecommitdiffstats
path: root/contrib/src/boost/dynamic_bitset.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/src/boost/dynamic_bitset.hpp')
-rw-r--r--contrib/src/boost/dynamic_bitset.hpp17
1 files changed, 17 insertions, 0 deletions
diff --git a/contrib/src/boost/dynamic_bitset.hpp b/contrib/src/boost/dynamic_bitset.hpp
new file mode 100644
index 0000000..29e1038
--- /dev/null
+++ b/contrib/src/boost/dynamic_bitset.hpp
@@ -0,0 +1,17 @@
+// -----------------------------------------------------------
+//
+// Copyright (c) 2001-2002 Chuck Allison and Jeremy Siek
+// Copyright (c) 2003-2004, 2008 Gennaro Prota
+//
+// Distributed under the Boost Software License, Version 1.0.
+// (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+//
+// -----------------------------------------------------------
+
+#ifndef BOOST_DYNAMIC_BITSET_HPP
+#define BOOST_DYNAMIC_BITSET_HPP
+
+#include "boost/dynamic_bitset/dynamic_bitset.hpp"
+
+#endif // include guard