Browse Source

ENH: Add missing include

Andy Cedilnik 22 years ago
parent
commit
27ecfcea6d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Tests/StringFileTest/StringFile.cxx

+ 1 - 0
Tests/StringFileTest/StringFile.cxx

@@ -1,4 +1,5 @@
 #include <stdio.h>
+#include <string.h>
 #include "OutputFile.h"
 
 int main(int, char*[])