From 34de5183c9521c263c76e4d4460fed901cb08b23 Mon Sep 17 00:00:00 2001 From: Edward Emelianov Date: Wed, 28 Feb 2024 17:39:11 +0300 Subject: [PATCH] err: <> instead of "" --- stbimpl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stbimpl.c b/stbimpl.c index 3b1379c..367657a 100644 --- a/stbimpl.c +++ b/stbimpl.c @@ -24,6 +24,6 @@ #define STBI_NO_PNM #define STB_IMAGE_IMPLEMENTATION -#include +#include "stb/stb_image.h" #define STB_IMAGE_WRITE_IMPLEMENTATION -#include +#include "stb/stb_image_write.h"