From: vsr Date: Wed, 15 Oct 2008 07:27:39 +0000 (+0000) Subject: Issue 0019981: integrate patch for compilation with cmake (from E.Adam) X-Git-Tag: V5_1_0a3~18 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=251b0fb23259b5e3b62014b52b9f8593bd929fe0;p=modules%2Fkernel.git Issue 0019981: integrate patch for compilation with cmake (from E.Adam) --- diff --git a/src/DF/testDF.cxx b/src/DF/testDF.cxx index b6148e4b9..05b54ff84 100644 --- a/src/DF/testDF.cxx +++ b/src/DF/testDF.cxx @@ -21,7 +21,7 @@ //Author: Sergey RUIN #include -#include +#include #include #include @@ -41,6 +41,7 @@ #else #include #include +#include #endif using namespace std; @@ -129,7 +130,7 @@ string GetDirFromPath(const string& thePath) { } #ifdef WIN32 //Check if the only disk letter is given as path - if(path.size() == 2 && path[1] == ":") path +='\\'; + if(path.size() == 2 && path[1] == ':') path +='\\'; #endif for(int i = 0, len = path.size(); i