Skip to content
Snippets Groups Projects
Commit d2310987 authored by Cory Quammen's avatar Cory Quammen Committed by Kitware Robot
Browse files

Merge topic 'fix-mpi-export' into paraview/release


772947de Unconditionally import vtkParallelMPIModule.h

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Acked-by: default avatarUtkarsh Ayachit <utkarsh.ayachit@kitware.com>
Merge-request: !6444
parents d81a1f65 772947de
No related branches found
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.
Finish editing this message first!
Please register or to comment