From 435f5996e6dd7efc7a31f18594f6514c3d8a46d8 Mon Sep 17 00:00:00 2001 From: Anton Vlasov Date: Sat, 23 Apr 2022 11:40:42 +0700 Subject: [PATCH] Fix building ios project --- cpp/RNMultithreadingInstaller.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/RNMultithreadingInstaller.cpp b/cpp/RNMultithreadingInstaller.cpp index 7a3e6e5..345dcbb 100644 --- a/cpp/RNMultithreadingInstaller.cpp +++ b/cpp/RNMultithreadingInstaller.cpp @@ -5,8 +5,8 @@ #if __has_include() #include -#include #include +#include #include #include #else