summaryrefslogtreecommitdiff
path: root/src/mongo/util/concurrency/threadlocal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/util/concurrency/threadlocal.h')
-rw-r--r--src/mongo/util/concurrency/threadlocal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/util/concurrency/threadlocal.h b/src/mongo/util/concurrency/threadlocal.h
index 3d8b9326a70..4530ab9aa6d 100644
--- a/src/mongo/util/concurrency/threadlocal.h
+++ b/src/mongo/util/concurrency/threadlocal.h
@@ -28,10 +28,10 @@
* then also delete it in the license file.
*/
-#include "mongo/config.h"
-
#include <boost/thread/tss.hpp>
+#include "mongo/config.h"
+
namespace mongo {
using boost::thread_specific_ptr;