Fix missing header in debug.h

This commit is contained in:
Thomas Lovén 2022-01-09 22:50:47 +01:00
parent 38181eb728
commit 56c9205fc8

View File

@ -1,4 +1,5 @@
#pragma once
#include <stddef.h>
#ifndef NDEBUG
#define debug(...) debug_printf(__VA_ARGS__)