From 1229b03f8c6444a9c111e5a5bfebf0dc7ebdbe1b Mon Sep 17 00:00:00 2001 From: maintenance team Date: Fri, 6 Apr 2007 09:20:21 +0000 Subject: [PATCH] Correction of compilation problems --- src/GHS3DPlugin_GHS3D.cxx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/GHS3DPlugin_GHS3D.cxx b/src/GHS3DPlugin_GHS3D.cxx index 478c2bd..e49f404 100644 --- a/src/GHS3DPlugin_GHS3D.cxx +++ b/src/GHS3DPlugin_GHS3D.cxx @@ -60,8 +60,15 @@ using namespace std; #define DUMP(txt) #endif -// include for mmap -#include "HDFconvert.hxx" +extern "C" +{ +#ifndef WNT +#include +#include +#endif +#include +#include +} //============================================================================= /*! -- 2.39.2