Improve compatibility with aCC on HPUX. Patch by Duraid Madina
authorChris Lattner <sabre@nondot.org>
Sun, 16 Jan 2005 01:22:18 +0000 (01:22 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 16 Jan 2005 01:22:18 +0000 (01:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19585 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Bytecode/Analyzer.h

index 041f35acfc59eb6cd1b4aa7c5ecc88efd652d0cd..325da8cb377f3dddfc995936ecafc212bf0c8db6 100644 (file)
@@ -22,6 +22,7 @@
 #include "llvm/Bytecode/Format.h"
 #include <string>
 #include <map>
+#include <iostream>
 
 namespace llvm {