]> OCCT Git - occt-wok.git/commitdiff
Compilation problem on IRIX64
authorcascade <cascade@opencascade.com>
Tue, 19 Sep 2006 21:48:13 +0000 (21:48 +0000)
committercascade <cascade@opencascade.com>
Tue, 19 Sep 2006 21:48:13 +0000 (21:48 +0000)
src/WOKTools/WOKTools_BasicMap.cxx

index 530049c046384d3d9700fc12f44cfbfd8bd8dbfc..0cd9a5688ce9b17b763b0554a55ec1edbd98b4e8 100755 (executable)
 # include <malloc.h>
 #endif
 
-#ifdef HAVE_IOMANIP_H
+#ifdef HAVE_IOMANIP
+#include <iomanip>
+#elif defined (HAVE_IOMANIP_H)
 # include <iomanip.h>
+#else
+  #error "check config.h file or compilation options: either HAVE_IOMANIP or HAVE_IOMANIP_H should be defined"
 #endif
 
 //=======================================================================