From 325a3471da183042320a252c235378d74040f721 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Sun, 29 Jul 2012 00:10:52 +0700 Subject: [PATCH] Fix build. Thanks to Vampi for reporting this. --- modules/modtcl.cpp | 3 +++ 1 file changed, 3 insertions(+) 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 { \