Skip to content

Commit

Permalink
COMP: Fix build error
Browse files Browse the repository at this point in the history
After some include file optimization in Slicer core, vtkSlicerVersionConfigure.h has to be included explicitly,
otherwise Slicer_VERSION_MAJOR and Slicer_VERSION_MINOR symbols are not found during compilation.
  • Loading branch information
lassoan committed Sep 18, 2023
1 parent fccea26 commit 33258fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Loadable/AirwayInspector/qSlicerAirwayInspectorModule.cxx
Expand Up @@ -22,6 +22,9 @@
#include <QDebug>
#include <QtPlugin>

// Slicer includes
#include <vtkSlicerVersionConfigure.h>

// SlicerQt includes
#include <qSlicerCoreApplication.h>
#include <qSlicerIOManager.h>
Expand Down

0 comments on commit 33258fe

Please sign in to comment.