mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 906790 follow-up: Unbreak ASAN builds
This commit is contained in:
parent
bb83cf55dd
commit
d703cca0e3
@ -19,8 +19,6 @@
|
||||
|
||||
#include "nsPresArena.h"
|
||||
|
||||
#include "mozilla/MemoryChecking.h"
|
||||
#include "mozilla/MemoryReporting.h"
|
||||
#include "mozilla/Poison.h"
|
||||
#include "nsDebug.h"
|
||||
#include "nsArenaMemoryStats.h"
|
||||
|
@ -10,6 +10,7 @@
|
||||
#ifndef nsPresArena_h___
|
||||
#define nsPresArena_h___
|
||||
|
||||
#include "mozilla/MemoryChecking.h" // Note: Do not remove this, needed for MOZ_HAVE_MEM_CHECKS below
|
||||
#include "mozilla/MemoryReporting.h"
|
||||
#include <stdint.h>
|
||||
#include "nscore.h"
|
||||
|
Loading…
Reference in New Issue
Block a user