opt (3.19-1.1) direct (non packaging) changes

Summary

 test/testcc.cc |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

    
download this patch

Patch contents

--- opt-3.19.orig/test/testcc.cc
+++ opt-3.19/test/testcc.cc
@@ -1,9 +1,11 @@
 /* testcc.cc */
 
-#include <iostream.h>
+#include <iostream>
 #include <stdio.h>
 #include <opt.h>
 
+using namespace std;
+
 int month=4;
 int day=24;
 int year=1993;