From: Andreas Neustifter Date: Wed, 26 Aug 2009 15:18:38 +0000 (+0000) Subject: Bugfix for r80100, forgot include. Sorry. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0ef68e8fbb25213794f88c6c42f2488341bc05c6;p=oota-llvm.git Bugfix for r80100, forgot include. Sorry. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80101 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Analysis/ProfileInfo.h b/include/llvm/Analysis/ProfileInfo.h index d8b90354929..59ad9077a0a 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 #include #include