Issue #1564 - Fix debug build dependencies

This commit is contained in:
wolfbeast 2020-05-26 05:17:04 +02:00 committed by Roy Tam
commit d2ec4693eb
5 changed files with 12 additions and 0 deletions

View file

@ -11,6 +11,9 @@
#include "nsCOMPtr.h"
#include "nsComputedDOMStyle.h"
#include "nsDebug.h"
#ifdef DEBUG
#include "nsDocument.h"
#endif
#include "nsError.h"
#include "nsGkAtoms.h"
#include "nsIAtom.h"