mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
14 lines
257 B
C++
14 lines
257 B
C++
--- 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"
|