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
This commit is contained in:
Chris Lattner 2005-01-16 01:22:18 +00:00
parent cfdfe4ce4a
commit 3eb223eaf7

View File

@ -22,6 +22,7 @@
#include "llvm/Bytecode/Format.h"
#include <string>
#include <map>
#include <iostream>
namespace llvm {