summaryrefslogtreecommitdiffstats
path: root/editor/libeditor/HTMLEditUtils.h
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2020-05-26 05:17:04 +0200
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-05-26 05:17:04 +0200
commitbe3acde802e7d24207dfc6c6d2e88225f063baf6 (patch)
tree6887c351fa15ad60002216a9ccd2e4c2521c0505 /editor/libeditor/HTMLEditUtils.h
parent5377605d6355f26cb08a4b8d5e43130599f3ac56 (diff)
downloadUXP-be3acde802e7d24207dfc6c6d2e88225f063baf6.tar
UXP-be3acde802e7d24207dfc6c6d2e88225f063baf6.tar.gz
UXP-be3acde802e7d24207dfc6c6d2e88225f063baf6.tar.lz
UXP-be3acde802e7d24207dfc6c6d2e88225f063baf6.tar.xz
UXP-be3acde802e7d24207dfc6c6d2e88225f063baf6.zip
Issue #1564 - Fix debug build dependencies
Diffstat (limited to 'editor/libeditor/HTMLEditUtils.h')
-rw-r--r--editor/libeditor/HTMLEditUtils.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/editor/libeditor/HTMLEditUtils.h b/editor/libeditor/HTMLEditUtils.h
index 4bbb6fdf3..95d3c0375 100644
--- a/editor/libeditor/HTMLEditUtils.h
+++ b/editor/libeditor/HTMLEditUtils.h
@@ -7,6 +7,10 @@
#define HTMLEditUtils_h
#include <stdint.h>
+#ifdef DEBUG
+// Used by various files for debug logging; included here to reduce duplication
+#include "nsDocument.h"
+#endif
class nsIDOMNode;
class nsINode;