blob: dca9e176fbe3d7cb20366a2d4e7599037ff391da (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- header.cc.orig 1993-08-02 05:28:21.000000000 +0900
+++ header.cc 2014-01-22 10:38:20.000000000 +0900
@@ -11,7 +11,8 @@
// to the comments or the code of this program, but if reported
// to me then an attempt will be made to fix them.
-#include <iostream.h>
+#include <iostream>
+using namespace std;
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
|