Skip to content

Commit

Permalink
BUG: Fix failing tests caused by missing vtkSlicerVersionConfigure in…
Browse files Browse the repository at this point in the history
…clude in vtkSlicerDoseVolumeHistogramModuleLogic
  • Loading branch information
Sunderlandkyl committed Oct 16, 2019
1 parent b379ac8 commit 2e914b3
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@
// STD includes
#include <set>

// Slicer includes
#include <vtkSlicerVersionConfigure.h>

//----------------------------------------------------------------------------
const std::string vtkSlicerDoseVolumeHistogramModuleLogic::DVH_DVH_IDENTIFIER_ATTRIBUTE_NAME = vtkMRMLDoseVolumeHistogramNode::DVH_ATTRIBUTE_PREFIX + "DVH"; // Identifier
const std::string vtkSlicerDoseVolumeHistogramModuleLogic::DVH_CREATED_DVH_NODE_REFERENCE_ROLE = vtkMRMLDoseVolumeHistogramNode::DVH_ATTRIBUTE_PREFIX + "createdDvhArrayRef"; // Reference
Expand Down

0 comments on commit 2e914b3

Please sign in to comment.