From ef9afa5f7cc752bb39ba13c428e217b9545d40f1 Mon Sep 17 00:00:00 2001 From: Oliver Hahn Date: Wed, 15 Feb 2023 06:22:02 -0800 Subject: [PATCH] fixed missing include --- src/mesh.hh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/mesh.hh b/src/mesh.hh index 33b3bf1..18cfa3f 100644 --- a/src/mesh.hh +++ b/src/mesh.hh @@ -18,8 +18,9 @@ #include #include -#include "config_file.hh" -#include "region_generator.hh" +#include +#include +#include #include using index_t = ptrdiff_t;