From c927a660ea36b0fe55a47844741d95680236fa96 Mon Sep 17 00:00:00 2001 From: Moonchild Date: Mon, 5 Sep 2022 14:00:07 +0000 Subject: Issue #1720 - Follow-up: Explicitly include X11UndefineNone.h in HTMLOptGroupElement.cpp to fix unified building on X11 --- dom/html/HTMLOptGroupElement.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dom/html/HTMLOptGroupElement.cpp b/dom/html/HTMLOptGroupElement.cpp index ad2527dc92..a65a79ecf5 100644 --- a/dom/html/HTMLOptGroupElement.cpp +++ b/dom/html/HTMLOptGroupElement.cpp @@ -13,6 +13,10 @@ #include "nsIFrame.h" #include "nsIFormControlFrame.h" +#if defined(MOZ_X11) +#include "X11UndefineNone.h" +#endif + NS_IMPL_NS_NEW_HTML_ELEMENT(OptGroup) namespace mozilla { -- cgit v1.2.3