Benchmarker: include required headers

This commit is contained in:
Ben Boeckel 2017-05-18 12:26:18 -04:00
parent efbde1d54b
commit 0a6a2ad83a

@ -21,7 +21,9 @@
#ifndef vtk_m_benchmarking_Benchmarker_h
#define vtk_m_benchmarking_Benchmarker_h
#include <vtkm/ListTag.h>
#include <vtkm/Math.h>
#include <vtkm/cont/testing/Testing.h>
#include <algorithm>
#include <iostream>