Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'hypervisor' into surf++
[simgrid.git] / buildtools / Cmake / Scripts / tesh.pl
index 93febca69042e8e54c27ad8cebdefc72b6cd6c5e..91706639aa4484f6a3bf1e865b4322215d97f9a5 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";