Issue #80 - Resolve issues with compiling on insane gcc configurations with no optimizations in dom/

This commit is contained in:
Matt A. Tobin 2020-04-25 23:04:24 -04:00 committed by Roy Tam
commit e1b11805a7
4 changed files with 4 additions and 2 deletions

View file

@ -9,6 +9,7 @@
#include "mozilla/Services.h"
#include "mozilla/StaticPtr.h"
#include "nsComponentManagerUtils.h"
#include "nsContentUtils.h"
#include "nsNSSComponent.h"
#include "nsString.h"
#include "nsXPCOMCIDInternal.h"