From 15f0833f3b436833df93f9ad6138f005e26c3ddb Mon Sep 17 00:00:00 2001 From: Laury Date: Mon, 28 Mar 2022 18:23:22 +0200 Subject: [PATCH] [ion] Fix compilation --- ion/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/ion/Makefile b/ion/Makefile index 4182a9224..96797fba2 100644 --- a/ion/Makefile +++ b/ion/Makefile @@ -34,6 +34,7 @@ ion_src += $(addprefix ion/src/shared/, \ rtc.cpp \ stack_position.cpp \ storage.cpp \ + internal_storage.cpp \ unicode/utf8_decoder.cpp\ unicode/utf8_helper.cpp\ )