Skip to content
Snippets Groups Projects
Commit e6498e3b authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[InSituL] Add missing forward declaration.

parent 75e743eb
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,11 @@
#include <vtkTypeTemplate.h> // For templated vtkObject API
#include <vtkObjectFactory.h> // for vtkStandardNewMacro
namespace MeshLib
{
class Node;
}
namespace InSituLib
{
......
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