diff options
Diffstat (limited to 'cad/netgen/files/patch-demoapp::demoapp.cpp')
-rw-r--r-- | cad/netgen/files/patch-demoapp::demoapp.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/cad/netgen/files/patch-demoapp::demoapp.cpp b/cad/netgen/files/patch-demoapp::demoapp.cpp new file mode 100644 index 000000000000..2ae729ad2e02 --- /dev/null +++ b/cad/netgen/files/patch-demoapp::demoapp.cpp @@ -0,0 +1,13 @@ +--- demoapp/demoapp.cpp.orig Tue Feb 3 11:47:04 2004 ++++ demoapp/demoapp.cpp Mon May 3 22:22:41 2004 +@@ -3,8 +3,8 @@ + */ + + +-#include <iostream.h> +- ++#include <iostream> ++using namespace std; + + // for tcltk ... + #include "../libsrc/include/incvis.hpp" |