Bugfix for r80100, forgot include. Sorry.
authorAndreas Neustifter <astifter-llvm@gmx.at>
Wed, 26 Aug 2009 15:18:38 +0000 (15:18 +0000)
committerAndreas Neustifter <astifter-llvm@gmx.at>
Wed, 26 Aug 2009 15:18:38 +0000 (15:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80101 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/ProfileInfo.h

index d8b90354929e58b10f25a73ec2d81eda9495b7b8..59ad9077a0a7a95e90b4926dbf35e2893a3937e6 100644 (file)
@@ -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>