diff --git a/modules/modtcl.cpp b/modules/modtcl.cpp index 53cbab09..1f5a0b44 100644 --- a/modules/modtcl.cpp +++ b/modules/modtcl.cpp @@ -16,6 +16,9 @@ #include +using std::vector; +using std::map; + #define STDVAR (ClientData cd, Tcl_Interp *irp, int argc, const char *argv[]) #define BADARGS(nl, nh, example) do { \