diff --git a/native/cpp/CommonCpp/NativeModules/InternalModules/GlobalDBSingleton.h b/native/cpp/CommonCpp/NativeModules/InternalModules/GlobalDBSingleton.h --- a/native/cpp/CommonCpp/NativeModules/InternalModules/GlobalDBSingleton.h +++ b/native/cpp/CommonCpp/NativeModules/InternalModules/GlobalDBSingleton.h @@ -1,6 +1,7 @@ #pragma once #include "../../Tools/WorkerThread.h" +#include #include #include diff --git a/native/cpp/CommonCpp/NativeModules/InternalModules/RustPromiseManager.h b/native/cpp/CommonCpp/NativeModules/InternalModules/RustPromiseManager.h --- a/native/cpp/CommonCpp/NativeModules/InternalModules/RustPromiseManager.h +++ b/native/cpp/CommonCpp/NativeModules/InternalModules/RustPromiseManager.h @@ -1,6 +1,7 @@ #pragma once #include +#include #include #include