mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
http://www-rocq1.inria.fr/gamma/cdrom/www/bamg/eng.htm PR: 60837 Submitted by: Thierry Thomas <thierry@pompo.net>
11 lines
255 B
C++
11 lines
255 B
C++
--- MeshGeom.cpp.orig Wed Jan 5 09:00:56 2000
|
|
+++ MeshGeom.cpp Thu Dec 18 13:54:59 2003
|
|
@@ -20,7 +20,7 @@
|
|
#include <string.h>
|
|
#include <math.h>
|
|
#include <time.h>
|
|
-#include <iostream.h>
|
|
+#include <iostream>
|
|
|
|
#include "Mesh2.h"
|
|
#include "QuadTree.h"
|