From d09d4ace99243cf505b4551b89ce3aa97f133bb3 Mon Sep 17 00:00:00 2001 From: Gerald Squelart Date: Tue, 12 Jul 2022 09:30:30 +0000 Subject: [PATCH] Bug 1779007 - Fix non-MOZ_GECKO_PROFILER build - r=canaltinova Differential Revision: https://phabricator.services.mozilla.com/D151563 --- tools/profiler/gecko/ProfilerParent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/profiler/gecko/ProfilerParent.cpp b/tools/profiler/gecko/ProfilerParent.cpp index f8f3d8e60238..f980e81e3a63 100644 --- a/tools/profiler/gecko/ProfilerParent.cpp +++ b/tools/profiler/gecko/ProfilerParent.cpp @@ -8,6 +8,7 @@ #ifdef MOZ_GECKO_PROFILER # include "nsProfiler.h" +# include "platform.h" #endif #include "GeckoProfiler.h" @@ -24,7 +25,6 @@ #include "mozilla/Unused.h" #include "nsTArray.h" #include "nsThreadUtils.h" -#include "platform.h" #include