Issue #1720 - Follow-up: Explicitly include X11UndefineNone.h in HTMLOptGroupElement.cpp to fix unified building on X11

This commit is contained in:
Moonchild 2022-09-05 14:00:07 +00:00 committed by roytam1
commit 142f08ce1f

View file

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