瀏覽代碼

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 年之前
父節點
當前提交
5b3d808748
共有 1 個文件被更改,包括 1 次插入0 次删除
  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>