Skip to content

Commit

Permalink
Merge pull request #3 from fedorov/2-add-missing-include
Browse files Browse the repository at this point in the history
BUG: fix compile error, see #2
  • Loading branch information
paulcm committed Mar 10, 2014
2 parents ac33ab4 + f00fbc2 commit 37dff73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Logic/vtkSlicerLongitudinalPETCTLogic.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
// VTK includes
#include <vtkNew.h>
#include <vtkMatrix4x4.h>
#include <vtkObjectFactory.h>
#include <vtkSmartPointer.h>
#include <vtkImageData.h>
#include <vtkLookupTable.h>
Expand Down

0 comments on commit 37dff73

Please sign in to comment.