From a73d6653f68ca6e78a8c64de24d88ab1b62e60fd Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 15 Sep 2002 07:07:55 +0000 Subject: RegAllocCommon no longer includes CommandLine.h so we have to include it here. llvm-svn: 3725 --- llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib/CodeGen') diff --git a/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp b/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp index 9faa9cbcad7..6092053135e 100644 --- a/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp +++ b/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp @@ -19,6 +19,7 @@ #include "llvm/Type.h" #include "llvm/iOther.h" #include "Support/STLExtras.h" +#include "Support/CommandLine.h" #include using std::cerr; using std::vector; -- cgit v1.2.3