From 02cd27d79298eafd5f7c9161a45cffea57ae7842 Mon Sep 17 00:00:00 2001 From: vsr Date: Mon, 23 Mar 2015 13:30:47 +0300 Subject: [PATCH] OCCT dev compatibility (additional change to previous commit) --- src/OCCViewer/OCCViewer_CubeAxesDlg.cxx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/OCCViewer/OCCViewer_CubeAxesDlg.cxx b/src/OCCViewer/OCCViewer_CubeAxesDlg.cxx index f3675b054..fa66a7054 100644 --- a/src/OCCViewer/OCCViewer_CubeAxesDlg.cxx +++ b/src/OCCViewer/OCCViewer_CubeAxesDlg.cxx @@ -29,12 +29,16 @@ #include "QtxAction.h" #include "QtxIntSpinBox.h" +#include + +#if OCC_VERSION_LARGE > 0x06080000 +#include +#endif + #include #include #include -#include - /*! \class OCCViewer_CubeAxesDlg::AxisWidget \brief Axis tab widget of the "Graduated axis" dialog box -- 2.39.2