1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00

Try to fix NetBSD buildbot breakage introduced in D57463.

By including the header file in the source.

llvm-svn: 355202
This commit is contained in:
Manman Ren 2019-03-01 15:25:24 +00:00
parent 952753b931
commit 3f92e947c8

View File

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