diff options
-rw-r--r-- | src/bltInt.C | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bltInt.C b/src/bltInt.C index e881bd1..0ac31ae 100644 --- a/src/bltInt.C +++ b/src/bltInt.C @@ -28,6 +28,8 @@ */ #include <tk.h> +#include <iostream> +using namespace std; extern "C" { Tcl_AppInitProc Tkblt_Init; |