From 41c397d9a112c9caf5e98e1407f41c856a1750f5 Mon Sep 17 00:00:00 2001 From: Moritz Hoffmann Date: Thu, 26 Mar 2020 16:31:33 +0100 Subject: [PATCH] ADD Xtensa include macro --- filesystem/path.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/filesystem/path.h b/filesystem/path.h index 9d1ac89..3176f36 100644 --- a/filesystem/path.h +++ b/filesystem/path.h @@ -32,6 +32,10 @@ # include #endif +#if defined(__XTENSA__) +# include +#endif + NAMESPACE_BEGIN(filesystem) /**