mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
[apps] Fix compilation for emscripten
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user