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

@@ -3,6 +3,7 @@
#include "AdvectionKernel.h"
#include "UVGrid.h"
#include <memory>
/**
* Implementation of AdvectionKernel.

View File

@@ -3,6 +3,7 @@
#include "AdvectionKernel.h"
#include "UVGrid.h"
#include <memory>
/**
* Implementation of Advection kernel using RK4 integration