From cc4fc960a614b21fd84fb5e6ea0f830fbebb45b9 Mon Sep 17 00:00:00 2001 From: Ray Kraesig Date: Mon, 8 Jul 2024 18:39:07 +0000 Subject: [PATCH] Bug 1905937 - [1/1] Fix non-unified builds with launcher process disabled r=win-reviewers,gstoll Differential Revision: https://phabricator.services.mozilla.com/D215648 --- browser/app/winlauncher/LauncherProcessWin.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/browser/app/winlauncher/LauncherProcessWin.cpp b/browser/app/winlauncher/LauncherProcessWin.cpp index b40e0fceb567..8167d2b81c91 100644 --- a/browser/app/winlauncher/LauncherProcessWin.cpp +++ b/browser/app/winlauncher/LauncherProcessWin.cpp @@ -15,6 +15,7 @@ #include "mozilla/glue/Debug.h" #include "mozilla/GeckoArgs.h" #include "mozilla/Maybe.h" +#include "mozilla/NativeNt.h" #include "mozilla/SafeMode.h" #include "mozilla/UniquePtr.h" #include "mozilla/WindowsConsole.h"