summaryrefslogtreecommitdiffstats
path: root/editor/libeditor/HTMLEditUtils.h
diff options
context:
space:
mode:
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;