diff options
author | Maho Nakata <maho@FreeBSD.org> | 2006-02-15 06:13:27 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2006-02-15 06:13:27 +0000 |
commit | 4478135dcff2f3658e0852cd9d7482f0804a7713 (patch) | |
tree | aa92cecb72f5a712032b1f8584f5f53db703756e /cad/tochnog | |
parent | 0da2a193c8b936d39e123cc80950f818da3a5bd8 (diff) | |
download | ports-4478135dcff2f3658e0852cd9d7482f0804a7713.tar.gz ports-4478135dcff2f3658e0852cd9d7482f0804a7713.zip |
Notes
Diffstat (limited to 'cad/tochnog')
-rw-r--r-- | cad/tochnog/files/patch-tochnog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/tochnog/files/patch-tochnog.h b/cad/tochnog/files/patch-tochnog.h index 5ceaa9cbbe07..8bfb5a88b51d 100644 --- a/cad/tochnog/files/patch-tochnog.h +++ b/cad/tochnog/files/patch-tochnog.h @@ -5,8 +5,8 @@ */ -#include <iostream.h> -+#include <iostream> +// C++ headers ++#include <iostream> +#include <fstream> +#include <iomanip> +using namespace std; |