From 5ea87fc1a39f2b39d3b47f60e0f4c88e02cbd12e Mon Sep 17 00:00:00 2001 From: Augustin Degomme Date: Thu, 17 Oct 2013 14:36:53 +0200 Subject: [PATCH] not implicit on all systems --- buildtools/Cmake/Scripts/tesh.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/buildtools/Cmake/Scripts/tesh.pl b/buildtools/Cmake/Scripts/tesh.pl index 93febca690..91706639aa 100755 --- a/buildtools/Cmake/Scripts/tesh.pl +++ b/buildtools/Cmake/Scripts/tesh.pl @@ -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"; -- 2.20.1