Bug 906790 follow-up: Unbreak ASAN builds

This commit is contained in:
Ehsan Akhgari 2013-08-20 17:48:00 -04:00
parent bb83cf55dd
commit d703cca0e3
2 changed files with 1 additions and 2 deletions

View File

@ -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"

View File

@ -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"