From 36ca9c61b7d73200607b98237a82476d4727d83b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9a=20Saviot?= Date: Fri, 13 Sep 2019 11:02:07 +0200 Subject: [PATCH] [apps] Fix compilation for emscripten --- apps/shared/range_1D.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/shared/range_1D.h b/apps/shared/range_1D.h index 70a81b0d1..56bb0097b 100644 --- a/apps/shared/range_1D.h +++ b/apps/shared/range_1D.h @@ -4,6 +4,11 @@ #include #include +#if __EMSCRIPTEN__ +#include +#include +#endif + namespace Shared { /* This class is used in a DataBuffer of a Storage::Record. See comment in