Skip to content

Commit

Permalink
demo: Add time.h to overview.c
Browse files Browse the repository at this point in the history
This adds the `time.h` include to the top of overview.c so that the renders don't need to include it manually.
  • Loading branch information
RobLoach authored Sep 2, 2024
1 parent f7847e6 commit 458112e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions demo/common/overview.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#include <time.h>

static int
overview(struct nk_context *ctx)
{
Expand Down

0 comments on commit 458112e

Please sign in to comment.