llvm-cov: Combine two types that were nearly identical (NFC)
[oota-llvm.git] / tools / llvm-cov / CodeCoverage.cpp
index 6abeef39bab4aa367179c0309439422dfd36af7e..549af92f918dfe38f8981cef32a238fa8d6cad93 100644 (file)
@@ -36,8 +36,9 @@
 #include "llvm/Support/Path.h"
 #include "llvm/Support/Signals.h"
 #include "llvm/Support/PrettyStackTrace.h"
-#include <system_error>
 #include <functional>
+#include <system_error>
+#include <unordered_map>
 
 using namespace llvm;
 using namespace coverage;