[llvm-commits] [llvm] r80101 - /llvm/trunk/include/llvm/Analysis/ProfileInfo.h
Andreas Neustifter
astifter at gmx.at
Wed Aug 26 08:18:38 PDT 2009
Author: astifter
Date: Wed Aug 26 10:18:38 2009
New Revision: 80101
URL: http://llvm.org/viewvc/llvm-project?rev=80101&view=rev
Log:
Bugfix for r80100, forgot include. Sorry.
Modified:
llvm/trunk/include/llvm/Analysis/ProfileInfo.h
Modified: llvm/trunk/include/llvm/Analysis/ProfileInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Analysis/ProfileInfo.h?rev=80101&r1=80100&r2=80101&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Analysis/ProfileInfo.h (original)
+++ llvm/trunk/include/llvm/Analysis/ProfileInfo.h Wed Aug 26 10:18:38 2009
@@ -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>
More information about the llvm-commits
mailing list