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 82fbbc21fd
commit 576124a319
1 changed files with 1 additions and 0 deletions

View File

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