From ab980270477643d732af722a59ead3f4d98a50ce Mon Sep 17 00:00:00 2001 From: serge-sans-paille Date: Fri, 31 Mar 2023 13:29:43 +0000 Subject: [PATCH] Bug 1824557 - Make storage/ buildable outside of a unified build environment Differential Revision: https://phabricator.services.mozilla.com/D173637 --- storage/moz.build | 2 -- storage/mozStorageAsyncStatementExecution.cpp | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/storage/moz.build b/storage/moz.build index e1e63d740839..c961b816c696 100644 --- a/storage/moz.build +++ b/storage/moz.build @@ -107,5 +107,3 @@ LOCAL_INCLUDES += [ ] CXXFLAGS += CONFIG["SQLITE_CFLAGS"] - -REQUIRES_UNIFIED_BUILD = True diff --git a/storage/mozStorageAsyncStatementExecution.cpp b/storage/mozStorageAsyncStatementExecution.cpp index 16954a15b7c9..34204d942c4f 100644 --- a/storage/mozStorageAsyncStatementExecution.cpp +++ b/storage/mozStorageAsyncStatementExecution.cpp @@ -21,6 +21,7 @@ #include "mozilla/Telemetry.h" #ifndef MOZ_STORAGE_SORTWARNING_SQL_DUMP +#include "mozilla/Logging.h" extern mozilla::LazyLogModule gStorageLog; #endif -- 2.11.4.GIT