From 2f800f6aca8acd0cc18f9625b411c6dc2956f2ea Mon Sep 17 00:00:00 2001 From: Isidor Zeuner Date: Mon, 11 Sep 2023 09:20:07 +0200 Subject: [PATCH] add further missing includes hitting aarch64-darwin compilation --- include/voxelio/sstreamwrap.hpp | 1 + include/voxelio/stringify.hpp | 1 + 2 files changed, 2 insertions(+) diff --git a/include/voxelio/sstreamwrap.hpp b/include/voxelio/sstreamwrap.hpp index 39b7ac9..0fce447 100644 --- a/include/voxelio/sstreamwrap.hpp +++ b/include/voxelio/sstreamwrap.hpp @@ -1,6 +1,7 @@ #ifndef VXIO_SSTREAMWRAP_HPP #define VXIO_SSTREAMWRAP_HPP +#include #include #include diff --git a/include/voxelio/stringify.hpp b/include/voxelio/stringify.hpp index d5fcf9a..56571f8 100644 --- a/include/voxelio/stringify.hpp +++ b/include/voxelio/stringify.hpp @@ -15,6 +15,7 @@ #include #include #include +#include namespace voxelio {