Merge topic 'missing_sstream_header'

5be6fb0c5 add another missing header
572840f49 add another missing header
ffb0548b9 adding missing header

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2422
This commit is contained in:
Matt Larsen 2021-02-26 17:15:22 +00:00 committed by Kitware Robot
commit 00762fe582
3 changed files with 4 additions and 0 deletions

@ -22,6 +22,8 @@
#include <vtkm/cont/ArrayHandleUniformPointCoordinates.h>
#include <vtkm/cont/UncertainArrayHandle.h>
#include <sstream>
namespace
{

@ -14,6 +14,7 @@
#include <vtkm/io/ErrorIO.h>
#include <fstream>
#include <sstream>
namespace
{

@ -20,6 +20,7 @@
#include <vtkm/io/internal/VTKDataSetTypes.h>
#include <fstream>
#include <sstream>
namespace vtkm
{