From be1acd1e9e3ae3168346d63bf6a75eb3ac5f01a1 Mon Sep 17 00:00:00 2001 From: "Brendan K. Krueger" Date: Fri, 13 Sep 2024 16:56:36 -0600 Subject: [PATCH] Forgot include --- spiner/regular_grid_1d.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/spiner/regular_grid_1d.hpp b/spiner/regular_grid_1d.hpp index 6753d8fbb..b76a404b3 100644 --- a/spiner/regular_grid_1d.hpp +++ b/spiner/regular_grid_1d.hpp @@ -31,6 +31,7 @@ #include "ports-of-call/portable_errors.hpp" #include "sp5.hpp" #include "spiner_types.hpp" +#include "transformations.hpp" namespace Spiner {