diff options
author | Moonchild <moonchild@palemoon.org> | 2020-05-01 11:14:26 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-05-01 11:14:26 +0000 |
commit | 18b2328bb632c2eb02513dea8f310482131fe377 (patch) | |
tree | 1be19c4e0ef6b3b953d6c45203a32f5f6fb9dede /layout/style/Declaration.cpp | |
parent | e11620a0f5b81ddd439c3547bd1ee41330852d2b (diff) | |
download | UXP-18b2328bb632c2eb02513dea8f310482131fe377.tar UXP-18b2328bb632c2eb02513dea8f310482131fe377.tar.gz UXP-18b2328bb632c2eb02513dea8f310482131fe377.tar.lz UXP-18b2328bb632c2eb02513dea8f310482131fe377.tar.xz UXP-18b2328bb632c2eb02513dea8f310482131fe377.zip |
Issue #80 - Resolve issues with compiling on insane gcc configurations with no optimizations in layout/
(and fix a typo for cs fs)
Diffstat (limited to 'layout/style/Declaration.cpp')
-rw-r--r-- | layout/style/Declaration.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |