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

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

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