[vtk-developers] Pending release... (precompiled headers)

John Biddiscombe jbiddiscombe at skippingmouse.co.uk
Fri Dec 8 13:16:30 EST 2000


>before, I already wrote a Perl script that build a vtkPrecompiledHeaders.h 
>file made of #include directives corresponding to the most included headers.

I'd suggest
#include "vtkCommon.h"
#include "vtkGraphics.h"
#include "vtkImaging.h"

because you don't want to include anything that might be platform or 
architecture dependent.

JB





More information about the vtk-developers mailing list