From 678cbf7b028f6c6ef810db6dc83c6b631040a7d2 Mon Sep 17 00:00:00 2001 From: Brendan Hansen Date: Sat, 26 Mar 2022 16:02:37 -0500 Subject: [PATCH] bugfix in stb_image module --- modules/stb_image/module.onyx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/stb_image/module.onyx b/modules/stb_image/module.onyx index 5d7a029f..2f691d37 100644 --- a/modules/stb_image/module.onyx +++ b/modules/stb_image/module.onyx @@ -1,5 +1,7 @@ package stb_image +use package core { cptr } + #library "stb_image" #foreign "stb_image" { -- 2.25.1