From: Reid Spencer Date: Mon, 5 Feb 2007 21:47:39 +0000 (+0000) Subject: Add missing and needed #include. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7ea07659a12e8c6b75da1fa58224d64f697b5948;p=oota-llvm.git Add missing and needed #include. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33926 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/IPO/StripDeadPrototypes.cpp b/lib/Transforms/IPO/StripDeadPrototypes.cpp index cc4a5ba08dd..543c68e9ced 100644 --- a/lib/Transforms/IPO/StripDeadPrototypes.cpp +++ b/lib/Transforms/IPO/StripDeadPrototypes.cpp @@ -17,6 +17,7 @@ #include "llvm/Module.h" #include "llvm/ADT/Statistic.h" #include "llvm/Support/Debug.h" +#include "llvm/Support/Compiler.h" #include using namespace llvm;