Prechádzať zdrojové kódy

ENH: Add missing include

Andy Cedilnik 22 rokov pred
rodič
commit
27ecfcea6d
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  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*[])