aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/llvm/Analysis/ProfileInfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Analysis/ProfileInfo.h b/include/llvm/Analysis/ProfileInfo.h
index d8b9035492..59ad9077a0 100644
--- a/include/llvm/Analysis/ProfileInfo.h
+++ b/include/llvm/Analysis/ProfileInfo.h
@@ -23,6 +23,7 @@
#include "llvm/BasicBlock.h"
#include "llvm/Support/raw_ostream.h"
+#include "llvm/Support/Compiler.h"
#include <cassert>
#include <string>
#include <map>