add cstdlib to assert.h because it's needed for exit()

v1
Brett 2024-01-30 00:38:38 -05:00
parent a0b92ddfa7
commit 2cc2b2d262
2 changed files with 3 additions and 1 deletions

View File

@ -7,6 +7,8 @@
#ifndef BLT_ASSERT_H #ifndef BLT_ASSERT_H
#define BLT_ASSERT_H #define BLT_ASSERT_H
#include <cstdlib>
namespace blt namespace blt
{ {
void printStacktrace(char** messages, int size, const char* path, int line); void printStacktrace(char** messages, int size, const char* path, int line);

@ -1 +1 @@
Subproject commit 946ebad67a21212d11a0dd4deb7cdedc297d47bc Subproject commit 65775fa09fecaa65d0b0022ab6bf091c0e509445