summaryrefslogtreecommitdiff
path: root/stdafx.h
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2009-07-24 14:28:05 -0400
committerEliot Horowitz <eliot@10gen.com>2009-07-24 14:28:05 -0400
commit6e3a37e594f6ba07d305c3b71d891c3d11497469 (patch)
tree01d0f554a19cb90be3f51529f212c9ef0cd0ac01 /stdafx.h
parentea02e20990de61f172b40c25e289afa610019f4e (diff)
downloadmongo-6e3a37e594f6ba07d305c3b71d891c3d11497469.tar.gz
moving some includes around
Diffstat (limited to 'stdafx.h')
-rw-r--r--stdafx.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/stdafx.h b/stdafx.h
index d259f0f5907..7fadc345646 100644
--- a/stdafx.h
+++ b/stdafx.h
@@ -73,6 +73,10 @@ using namespace std;
#include <boost/spirit/core.hpp>
#include <boost/spirit/utility/loops.hpp>
#include <boost/tuple/tuple.hpp>
+#include <boost/thread/thread.hpp>
+#include <boost/thread/condition.hpp>
+#include <boost/thread/recursive_mutex.hpp>
+#include <boost/thread/xtime.hpp>
#undef assert
#define assert xassert
#define yassert 1