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

demo: Add time.h to overview.c
This commit is contained in:
Rob Loach 2024-09-04 11:43:17 -04:00 committed by GitHub
commit ec113a0f7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

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