Skip to content
Snippets Groups Projects
Commit 0a387863 authored by Bill Lorensen's avatar Bill Lorensen Committed by GitHub
Browse files

Merge pull request #64 from jcfr/fix-VisualizationAlgorithms-PlateVibration-build

COMP: Fix VisualizationAlgorithms/PlateVibration build on case sensitive system
Former-commit-id: 7c0b1379
parents 04d43bbf 32489d9a
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
#include <vtkActor.h>
#include <vtkCallbackCommand.h>
#include <vtkCamera.h>
#include <vtkDatasetMapper.h>
#include <vtkDataSetMapper.h>
#include <vtkLookupTable.h>
#include <vtkNamedColors.h>
#include <vtkOutlineFilter.h>
......@@ -11,7 +11,7 @@
#include <vtkPolyDataMapper.h>
#include <vtkPolyDataNormals.h>
#include <vtkPolyDataReader.h>
#include <vtkProp3d.h>
#include <vtkProp3D.h>
#include <vtkProperty.h>
#include <vtkRenderWindow.h>
#include <vtkRenderWindowInteractor.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment