Add missing includes. make_unique proliferated everywhere.
[oota-llvm.git] / lib / ProfileData / InstrProfReader.cpp
index 01e199dcf0ec3b80f6393f72face18bb6c25d0b2..3889b1fb78db29b097f2fa3d11b79fd707e9d5a1 100644 (file)
@@ -14,6 +14,7 @@
 
 #include "llvm/ProfileData/InstrProfReader.h"
 #include "InstrProfIndexed.h"
+#include "llvm/ADT/STLExtras.h"
 #include "llvm/ProfileData/InstrProf.h"
 #include <cassert>