blob: 6d8e7276f7a9cde3046c135619b19ad439e7533c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- cgx_1.1/src/ctrlPoint.cpp.orig Mon Aug 4 15:25:08 2003
+++ cgx_1.1/src/ctrlPoint.cpp Thu Aug 7 16:12:47 2003
@@ -18,7 +18,8 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#include <iostream.h>
+#include <iostream>
+using std::cout;
#include <math.h>
#include "ctrlPoint.h"
|