Skip to content

Commit 5b3d808

Browse files
committed
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
1 parent ed849dc commit 5b3d808

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Transforms/Instrumentation/InstrOrderFile.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
#include "llvm/Transforms/Instrumentation/InstrOrderFile.h"
3232
#include <fstream>
3333
#include <map>
34+
#include <mutex>
3435
#include <set>
3536
#include <sstream>
3637

0 commit comments

Comments
 (0)