Selaa lähdekoodia

Try to fix NetBSD buildbot breakage introduced in D57463.

By including the header file in the source.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@355202 91177308-0d34-0410-b5e6-96231b3b80d8
Manman Ren 6 vuotta sitten
vanhempi
commit
5b3d808748
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      lib/Transforms/Instrumentation/InstrOrderFile.cpp

+ 1 - 0
lib/Transforms/Instrumentation/InstrOrderFile.cpp

@@ -31,6 +31,7 @@
 #include "llvm/Transforms/Instrumentation/InstrOrderFile.h"
 #include <fstream>
 #include <map>
+#include <mutex>
 #include <set>
 #include <sstream>