Add missing and needed #include.
authorReid Spencer <rspencer@reidspencer.com>
Mon, 5 Feb 2007 21:47:39 +0000 (21:47 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 5 Feb 2007 21:47:39 +0000 (21:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33926 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/IPO/StripDeadPrototypes.cpp

index cc4a5ba08dd86f036dda6e69e2ed79a18fe5c6c8..543c68e9ced32c488759b3bf098f3f05f71ce6a3 100644 (file)
@@ -17,6 +17,7 @@
 #include "llvm/Module.h"
 #include "llvm/ADT/Statistic.h"
 #include "llvm/Support/Debug.h"
+#include "llvm/Support/Compiler.h"
 #include <vector>
 using namespace llvm;