From c598517c24c2ee87acafd67643b9a19bda8514af Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Fri, 16 Apr 2004 15:57:32 +0000 Subject: Include for compatibility with gcc 3.0.x (the system compiler on Debian.) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12986 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Transforms/Utils/Local.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Transforms/Utils/Local.cpp') diff --git a/lib/Transforms/Utils/Local.cpp b/lib/Transforms/Utils/Local.cpp index 29132c0680..76a22a44dd 100644 --- a/lib/Transforms/Utils/Local.cpp +++ b/lib/Transforms/Utils/Local.cpp @@ -15,6 +15,7 @@ #include "llvm/Transforms/Utils/Local.h" #include "llvm/Constants.h" #include "llvm/Instructions.h" +#include using namespace llvm; //===----------------------------------------------------------------------===// -- cgit v1.2.3-18-g5258