From 0afb9e2d758dd1c8cf9c7fc43dc58b4021c850dc Mon Sep 17 00:00:00 2001 From: Moonchild Date: Fri, 1 May 2020 11:14:26 +0000 Subject: Issue #80 - Resolve issues with compiling on insane gcc configurations with no optimizations in layout/ (and fix a typo for cs fs) --- layout/style/Declaration.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'layout/style/Declaration.cpp') diff --git a/layout/style/Declaration.cpp b/layout/style/Declaration.cpp index b2de159ed..9d7ca312c 100644 --- a/layout/style/Declaration.cpp +++ b/layout/style/Declaration.cpp @@ -14,6 +14,7 @@ #include "mozilla/css/Declaration.h" #include "nsPrintfCString.h" #include "gfxFontConstants.h" +#include "nsCSSRules.h" #include "nsStyleUtil.h" namespace mozilla { -- cgit v1.2.3