Fix missing header in debug.h
This commit is contained in:
parent
38181eb728
commit
56c9205fc8
@ -1,4 +1,5 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
#include <stddef.h>
|
||||||
|
|
||||||
#ifndef NDEBUG
|
#ifndef NDEBUG
|
||||||
#define debug(...) debug_printf(__VA_ARGS__)
|
#define debug(...) debug_printf(__VA_ARGS__)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user