From 29ce2f7eedc74f260da2aaa326fbd8b9ce3c20d5 Mon Sep 17 00:00:00 2001 From: Andre Weissflog Date: Wed, 6 Mar 2019 01:05:17 +0100 Subject: add emscripten.h include to sokol_time.h, fixes #127 --- sokol_time.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sokol_time.h b/sokol_time.h index 76dba68c..45c1c2f9 100644 --- a/sokol_time.h +++ b/sokol_time.h @@ -140,6 +140,7 @@ typedef struct { uint64_t start; } _stm_state_t; #elif defined(__EMSCRIPTEN__) +#include typedef struct { uint32_t initialized; double start; -- cgit v1.2.3