From 1691b92575b8d4aa4dee8595cd25da94950a2b27 Mon Sep 17 00:00:00 2001 From: Alexander Bock Date: Mon, 12 Feb 2024 09:11:03 +0900 Subject: [PATCH] Fix compile issue with the previous commit --- include/openspace/util/json_helper.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/openspace/util/json_helper.h b/include/openspace/util/json_helper.h index 00e5f62b6c..af656d89ee 100644 --- a/include/openspace/util/json_helper.h +++ b/include/openspace/util/json_helper.h @@ -27,6 +27,7 @@ #include #include +#include namespace openspace {