diff options
author | joye <joye> | 2015-07-08 18:39:05 (GMT) |
---|---|---|
committer | joye <joye> | 2015-07-08 18:39:05 (GMT) |
commit | b3342b21bf71166b4c9dd981e9ce8680012f4e25 (patch) | |
tree | 2c839157eee51d7e248e774edff21c8f8d11ffa9 | |
parent | fd15b24d8ef42bf9d899078f54f84fbadaeb2e70 (diff) | |
download | blt-b3342b21bf71166b4c9dd981e9ce8680012f4e25.zip blt-b3342b21bf71166b4c9dd981e9ce8680012f4e25.tar.gz blt-b3342b21bf71166b4c9dd981e9ce8680012f4e25.tar.bz2 |
*** empty log message ***
-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; |