Skip to content

Commit

Permalink
App: fix compilation errors with OpenCascade versions < 7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
HuguesDelorme committed Feb 17, 2022
1 parent b007416 commit 0776f5c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app/widget_occ_view.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@
#include "widget_occ_view.h"

#include "occt_window.h"

#include <QtGui/QResizeEvent>

#include <Aspect_DisplayConnection.hxx>
#include <OpenGl_GraphicDriver.hxx>
#if OCC_VERSION_HEX >= 0x070600
# include <Aspect_NeutralWindow.hxx>
# include <OpenGl_Context.hxx>
# include <OpenGl_GraphicDriver.hxx>
# include <OpenGl_FrameBuffer.hxx>
#endif

Expand Down

0 comments on commit 0776f5c

Please sign in to comment.