diff options
author | maho <maho@FreeBSD.org> | 2006-02-15 14:13:27 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2006-02-15 14:13:27 +0800 |
commit | fec48bf4b44624a34e59e6e37529a5076ce1f499 (patch) | |
tree | 5cf5561944125c72b7930d4f06e5eae174cbcbcd /cad/tochnog | |
parent | 0d4492d4737493415f69e16b0144a35638a72c92 (diff) | |
download | freebsd-ports-gnome-fec48bf4b44624a34e59e6e37529a5076ce1f499.tar.gz freebsd-ports-gnome-fec48bf4b44624a34e59e6e37529a5076ce1f499.tar.zst freebsd-ports-gnome-fec48bf4b44624a34e59e6e37529a5076ce1f499.zip |
A cosmetic change
Submitted by: Pedro F. Giffuni <giffunip@asme.org>
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; |