Skip to content
Snippets Groups Projects
Commit 22a67b4d authored by Mark OLESEN's avatar Mark OLESEN
Browse files

COMP: does not compile with paraview 5.5.2 (fixes #8)

- need to explicitly include vtkPVConfig.h to get the version macros
parent f0c9f44b
Branches
Tags
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | \\ / O peration |
\\ / A nd | Copyright (C) 2018 OpenCFD Ltd. \\ / A nd | Copyright (C) 2018-2019 OpenCFD Ltd.
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
...@@ -25,6 +25,7 @@ License ...@@ -25,6 +25,7 @@ License
#include "catalystTools.H" #include "catalystTools.H"
#include "Time.H" #include "Time.H"
#include <vtkPVConfig.h>
#include <vtkCPDataDescription.h> #include <vtkCPDataDescription.h>
#include <vtkCPInputDataDescription.h> #include <vtkCPInputDataDescription.h>
#include <vtkCPProcessor.h> #include <vtkCPProcessor.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment