[vtk-developers] Header for vtkVector.h

Marcus D. Hanwell marcus.hanwell at kitware.com
Tue Dec 13 16:53:33 EST 2011


On Tue, Dec 13, 2011 at 4:34 PM, David Gobbi <david.gobbi at gmail.com> wrote:
> Hi Marcus,
>
> I noticed that the AIX build has errors related to the vector changes.
>  TestVectorOperators.cxx fails to compile because it doesn't include
> vtkSetGet.h before the other header files.
>
> Should vtkVectorBase.h include vtkSetGet.h in order to help avoid this issue?
>
Hi David,

I was meaning to check what I did there, I didn't realize it was the
header include order. Shouldn't that header then be included by
vtkIOStream, rather than vtkVectorBase? For now I was going to fix the
test to confirm that fixes it if you have no objections.

Marcus



More information about the vtk-developers mailing list