Skip to content
Snippets Groups Projects
Commit 88d12867 authored by Ben Boeckel's avatar Ben Boeckel Committed by Kitware Robot
Browse files

Merge topic 'ostreamwrapper-missing-includes'


c67678f9 vtkOStreamWrapper: add missing includes

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Acked-by: default avatarbuildbot <buildbot@kitware.com>
Reviewed-by: default avatarSean McBride <sean@rogue-research.com>
Merge-request: !10283
parents dd29ea33 c67678f9
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,8 @@
#include "vtkArrayIteratorTemplate.txx"
#include "vtkOStreamWrapper.h"
VTK_ABI_NAMESPACE_BEGIN
vtkInstantiateTemplateMacro(template class VTKCOMMONCORE_EXPORT vtkArrayIteratorTemplate);
template class VTKCOMMONCORE_EXPORT vtkArrayIteratorTemplate<vtkStdString>;
......
......@@ -22,6 +22,7 @@
#include "vtkGenericDataArray.h"
#include "vtkDataArrayPrivate.txx"
#include "vtkOStreamWrapper.h"
namespace vtkDataArrayPrivate
{
......
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