blob: dbd7e601c56388d8f1ee697d0e652c52338ff15e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- cgx_1.1/src/geometry.cpp.orig Mon Aug 4 15:25:08 2003
+++ cgx_1.1/src/geometry.cpp Thu Aug 7 19:05:53 2003
@@ -22,7 +22,7 @@
// ------------------------
#include <math.h>
-#include <iostream.h>
+#include <iostream>
#include "geometry.h"
|