From 458112efd3bbea957dffa0963902a35970bd9940 Mon Sep 17 00:00:00 2001 From: Rob Loach Date: Mon, 2 Sep 2024 14:15:44 -0400 Subject: [PATCH] demo: Add time.h to overview.c This adds the `time.h` include to the top of overview.c so that the renders don't need to include it manually. --- demo/common/overview.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/demo/common/overview.c b/demo/common/overview.c index 5ce339f..f4c936a 100644 --- a/demo/common/overview.c +++ b/demo/common/overview.c @@ -1,3 +1,5 @@ +#include + static int overview(struct nk_context *ctx) {