added memory include header to make this compilable with glibc

This commit is contained in:
2024-05-06 13:06:51 +02:00
parent 40f6c0da6e
commit 357b12e072
5 changed files with 6 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
#define VTKBASE_SPAWNPOINTCALLBACK_H
#include <memory>
#include <vtkCallbackCommand.h>
#include <vtkRenderWindowInteractor.h>
#include <vtkPoints.h>