From 251b0fb23259b5e3b62014b52b9f8593bd929fe0 Mon Sep 17 00:00:00 2001 From: vsr Date: Wed, 15 Oct 2008 07:27:39 +0000 Subject: [PATCH] Issue 0019981: integrate patch for compilation with cmake (from E.Adam) --- src/DF/testDF.cxx | 5 +++-- src/GenericObj/Makefile.am | 1 + src/HDFPersist/Makefile.am | 6 +++--- 3 files changed, 7 insertions(+), 5 deletions(-) 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