1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

build cleanup of cad/tochnog again

PR:		92782
Submitted by:	Pedro F. Giffuni <giffunip@asme.org>
This commit is contained in:
Maho Nakata 2006-02-15 01:26:28 +00:00
parent 2d805327bc
commit fb8a2cc237
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156074
2 changed files with 1 additions and 2 deletions

View File

@ -1,13 +1,12 @@
--- tochnog.h.orig Sun Feb 11 05:05:27 2001 --- tochnog.h.orig Sun Feb 11 05:05:27 2001
+++ tochnog.h Fri Feb 3 15:15:51 2006 +++ tochnog.h Fri Feb 3 15:15:51 2006
@@ -17,12 +17,17 @@ @@ -17,12 +17,16 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/ */
-#include <iostream.h> -#include <iostream.h>
+#include <iostream> +#include <iostream>
+// C++ headers +// C++ headers
+#include <iostream>
+#include <fstream> +#include <fstream>
+#include <iomanip> +#include <iomanip>
+using namespace std; +using namespace std;