mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-19 06:31:18 +00:00
added include<iostream> for cerr
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2796 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3b5eabb24b
commit
e6f74a9ce8
@ -23,6 +23,7 @@
|
||||
#include "Support/STLExtras.h"
|
||||
#include <algorithm>
|
||||
#include <set>
|
||||
#include <iostream>
|
||||
using std::string;
|
||||
using std::map;
|
||||
using std::ostream;
|
||||
|
@ -23,6 +23,7 @@
|
||||
#include "Support/STLExtras.h"
|
||||
#include <algorithm>
|
||||
#include <set>
|
||||
#include <iostream>
|
||||
using std::string;
|
||||
using std::map;
|
||||
using std::ostream;
|
||||
|
Loading…
x
Reference in New Issue
Block a user