зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1779007 - Fix non-MOZ_GECKO_PROFILER build - r=canaltinova
Differential Revision: https://phabricator.services.mozilla.com/D151563
This commit is contained in:
Родитель
4a88a37cf6
Коммит
d09d4ace99
|
@ -8,6 +8,7 @@
|
||||||
|
|
||||||
#ifdef MOZ_GECKO_PROFILER
|
#ifdef MOZ_GECKO_PROFILER
|
||||||
# include "nsProfiler.h"
|
# include "nsProfiler.h"
|
||||||
|
# include "platform.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "GeckoProfiler.h"
|
#include "GeckoProfiler.h"
|
||||||
|
@ -24,7 +25,6 @@
|
||||||
#include "mozilla/Unused.h"
|
#include "mozilla/Unused.h"
|
||||||
#include "nsTArray.h"
|
#include "nsTArray.h"
|
||||||
#include "nsThreadUtils.h"
|
#include "nsThreadUtils.h"
|
||||||
#include "platform.h"
|
|
||||||
|
|
||||||
#include <utility>
|
#include <utility>
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче