[apps] Fix compilation for emscripten

This commit is contained in:
Léa Saviot
2019-09-13 11:02:07 +02:00
parent e09e36a57f
commit 36ca9c61b7

View File

@@ -4,6 +4,11 @@
#include <cmath>
#include <float.h>
#if __EMSCRIPTEN__
#include <emscripten.h>
#include <stdint.h>
#endif
namespace Shared {
/* This class is used in a DataBuffer of a Storage::Record. See comment in