From add5c1e328f125e6554b2ab677cfb64169e89c60 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Tue, 26 Jul 2022 01:35:19 +0200 Subject: [PATCH] Instantiate stb_image_resize. --- profiler/src/main.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/profiler/src/main.cpp b/profiler/src/main.cpp index 3fa607d7..77fd180f 100644 --- a/profiler/src/main.cpp +++ b/profiler/src/main.cpp @@ -30,6 +30,9 @@ #define STBI_ONLY_PNG #include "stb_image.h" +#define STB_IMAGE_RESIZE_IMPLEMENTATION +#include "stb_image_resize.h" + #include "../../public/common/TracyProtocol.hpp" #include "../../server/tracy_pdqsort.h" #include "../../server/tracy_robin_hood.h"