From 1c918f549cd48c7d891b03fbf543f6a8de24045d Mon Sep 17 00:00:00 2001 From: Laury Date: Sun, 13 Mar 2022 21:43:14 +0100 Subject: [PATCH] [ion] Try a fix to make compilation work --- ion/src/shared/internal_storage.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ion/src/shared/internal_storage.cpp b/ion/src/shared/internal_storage.cpp index 5f12eb460..5fc4a90d1 100644 --- a/ion/src/shared/internal_storage.cpp +++ b/ion/src/shared/internal_storage.cpp @@ -2,9 +2,9 @@ #include #include #include -#include "storage.h" +#include #if ION_STORAGE_LOG -#include +#include #endif namespace Ion {