Skip to content
Snippets Groups Projects
Commit 772947de authored by Cory Quammen's avatar Cory Quammen
Browse files

Unconditionally import vtkParallelMPIModule.h

There is no need to do this *only* if USE_STDARG is not defined and in
fact leads to compiler errors if USE_STDARG is defined because
VTKPARALLELMPI_EXPORT does not get defined.
parent d97d6ef4
Branches
No related tags found
No related merge requests found
......@@ -19,13 +19,13 @@
#ifndef USE_STDARG
#define USE_STDARG
#include "vtkParallelMPIModule.h" // For export macro
#include "vtk_mpi.h"
#undef USE_STDARG
#else
#include "vtk_mpi.h"
#endif
#include "vtkParallelMPIModule.h" // For export macro
#include "vtkSystemIncludes.h"
class VTKPARALLELMPI_EXPORT vtkMPICommunicatorOpaqueComm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment