From 5935ea66aac38ebb37f81f17e3d72afe27e036ea Mon Sep 17 00:00:00 2001 From: Jesper Jensen Date: Mon, 8 Dec 2025 14:25:48 +0100 Subject: Missed the include --- inc/cad/log.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'inc') diff --git a/inc/cad/log.h b/inc/cad/log.h index dd46479..a0dabf6 100644 --- a/inc/cad/log.h +++ b/inc/cad/log.h @@ -1,5 +1,7 @@ #pragma once +#include + #define LOG(fmt, ...) \ fprintf(stderr, "%s:%d: " fmt, __FILE__, __LINE__, ##__VA_ARGS__); -- cgit v1.2.3