restore comment, add needed #include

This commit is contained in:
Li-Ta Lo 2020-07-21 18:21:44 -06:00
parent f333182476
commit 2489da1259
2 changed files with 3 additions and 0 deletions

@ -30,6 +30,8 @@
#include <vtkm/cont/Invoker.h>
#include <vtkm/cont/TryExecute.h>
//Suppress warnings about glut being deprecated on OSX
#if (defined(VTKM_GCC) || defined(VTKM_CLANG))
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"

@ -12,6 +12,7 @@
#define vtk_m_filter_ImageMedian_hxx
#include <vtkm/Swap.h>
#include <vtkm/worklet/WorkletPointNeighborhood.h>
namespace vtkm
{