Fix compilation errors after clang modules checkin.
authorZachary Turner <zturner@google.com>
Fri, 5 Dec 2014 17:38:20 +0000 (17:38 +0000)
committerZachary Turner <zturner@google.com>
Fri, 5 Dec 2014 17:38:20 +0000 (17:38 +0000)
llvm-svn: 223484

lldb/source/Expression/ClangModulesDeclVendor.cpp

index 6eebea2..dc07ac7 100644 (file)
@@ -7,9 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "ClangModulesDeclVendor.h"
-
 #include "lldb/Core/StreamString.h"
+#include "lldb/Expression/ClangModulesDeclVendor.h"
 #include "lldb/Host/FileSpec.h"
 #include "lldb/Host/Host.h"
 #include "lldb/Host/HostInfo.h"
@@ -23,6 +22,8 @@
 #include "clang/Sema/Lookup.h"
 #include "clang/Serialization/ASTReader.h"
 
+#include <mutex>
+
 using namespace lldb_private;
 
 namespace {