mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-19 13:40:42 -06:00
Tests/ObjC++: Use standard <iostream> header
Drop use of non-standard <iostream.h> header.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#import <iostream.h>
|
||||
#import <Cocoa/Cocoa.h>
|
||||
#import <iostream>
|
||||
using namespace std;
|
||||
|
||||
int main()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user