Browse Source

Merge pull request #680 from Immediate-Mode-UI/demo-overview--time

demo: Add time.h to overview.c
Rob Loach 1 year ago
parent
commit
ec113a0f7c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      demo/common/overview.c

+ 2 - 0
demo/common/overview.c

@@ -1,3 +1,5 @@
+#include <time.h>
+
 static int
 overview(struct nk_context *ctx)
 {