summaryrefslogtreecommitdiff
path: root/db/concurrency.h
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2009-11-30 15:12:22 -0500
committerEliot Horowitz <eliot@10gen.com>2009-11-30 15:12:22 -0500
commit8cbc9e1c1b7d23731796fea489f82a070b7372a0 (patch)
tree899cc4e08a94278209a8e603f17aaa46b631bb23 /db/concurrency.h
parent47a01f2bfea233ef5aad51fdc62ddc397e0f0e28 (diff)
downloadmongo-8cbc9e1c1b7d23731796fea489f82a070b7372a0.tar.gz
fix boost include order
Diffstat (limited to 'db/concurrency.h')
-rw-r--r--db/concurrency.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/db/concurrency.h b/db/concurrency.h
index 7319b30db63..f7f16aaeedb 100644
--- a/db/concurrency.h
+++ b/db/concurrency.h
@@ -15,6 +15,8 @@
#if BOOST_VERSION >= 103500
#include <boost/thread/shared_mutex.hpp>
+#undef assert
+#define assert xassert
#endif
namespace mongo {