From 31079061f125e7d8c152e3f6459fe2e3ec06a77d Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sun, 10 Mar 2024 11:39:21 +0100 Subject: running on osx --- src/image.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/image.h') diff --git a/src/image.h b/src/image.h index 860c767..b702b57 100644 --- a/src/image.h +++ b/src/image.h @@ -14,7 +14,7 @@ typedef struct t_ts_image { int width; int height; } ts_image; -#elif defined(__linux__) +#elif defined(__linux__) || defined(__APPLE__) //#include #include "imgui.h" -- cgit v1.2.3-70-g09d2