aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2008-07-06 19:58:57 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2008-07-06 19:58:57 +0000
commitb5617ce1bf2361f38712ba130bc87d04c752d931 (patch)
treef16e554a908ba4fe057f32d5166a4894dc472965
parentee4743da3b75b9a001210ad878ba232242e36e59 (diff)
include missing include
svn path=/trunk/externals/tclpd/; revision=10145
-rw-r--r--tcl_extras.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/tcl_extras.cxx b/tcl_extras.cxx
index 556546f..1551c7f 100644
--- a/tcl_extras.cxx
+++ b/tcl_extras.cxx
@@ -1,6 +1,7 @@
#include "tcl_extras.h"
#include <map>
#include <string>
+#include <string.h>
using namespace std;