Tests/ObjC++: Use standard <iostream> header

Drop use of non-standard <iostream.h> header.
This commit is contained in:
Brad King 2012-07-18 10:03:59 -04:00
parent 7fa8e532b6
commit b21cb9ff74
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
#import <iostream.h>
#import <Cocoa/Cocoa.h>
#import <iostream>
using namespace std;
int main()
{