summaryrefslogtreecommitdiff
path: root/Tests/StringFileTest
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2003-07-10 14:48:53 -0400
committerAndy Cedilnik <andy.cedilnik@kitware.com>2003-07-10 14:48:53 -0400
commit27ecfcea6dd6ebde42add6bace493eedc7b5e06a (patch)
treed6352b16ca31d2e8e4db11c5d7a9e9cecee82f3b /Tests/StringFileTest
parentdda94a969339b1ae05c2eb4b2cc20a0b0b617e7e (diff)
downloadcmake-27ecfcea6dd6ebde42add6bace493eedc7b5e06a.tar.gz
ENH: Add missing include
Diffstat (limited to 'Tests/StringFileTest')
-rw-r--r--Tests/StringFileTest/StringFile.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/StringFileTest/StringFile.cxx b/Tests/StringFileTest/StringFile.cxx
index 6c3a7e3311..bc2312be0b 100644
--- a/Tests/StringFileTest/StringFile.cxx
+++ b/Tests/StringFileTest/StringFile.cxx
@@ -1,4 +1,5 @@
#include <stdio.h>
+#include <string.h>
#include "OutputFile.h"
int main(int, char*[])