From: Chris Lattner Date: Sun, 16 Jan 2005 01:22:18 +0000 (+0000) Subject: Improve compatibility with aCC on HPUX. Patch by Duraid Madina X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3eb223eaf707b576a799b07dcc55cc8c1183379e;p=oota-llvm.git Improve compatibility with aCC on HPUX. Patch by Duraid Madina git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19585 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Bytecode/Analyzer.h b/include/llvm/Bytecode/Analyzer.h index 041f35acfc5..325da8cb377 100644 --- a/include/llvm/Bytecode/Analyzer.h +++ b/include/llvm/Bytecode/Analyzer.h @@ -22,6 +22,7 @@ #include "llvm/Bytecode/Format.h" #include #include +#include namespace llvm {