Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
not implicit on all systems
[simgrid.git] / buildtools / Cmake / Scripts / tesh.pl
index 93febca..9170663 100755 (executable)
@@ -33,6 +33,7 @@ use Getopt::Long qw(GetOptions);
 use strict;
 use Term::ANSIColor;
 use IPC::Open3;
+use IO::File;
 
 if($^O eq "linux"){
     $OS = "UNIX";