Skip to content

Commit

Permalink
Add assert.h to platform.h
Browse files Browse the repository at this point in the history
  • Loading branch information
erlingrj committed Jun 26, 2023
1 parent 2769535 commit 62cacda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/core/platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ extern "C" {
#endif

#include "tag.h"
#include <assert.h>

// Forward declarations
typedef struct environment_t environment_t;
Expand Down

0 comments on commit 62cacda

Please sign in to comment.