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/nsCSSScanner.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'layout/style/nsCSSScanner.cpp') diff --git a/layout/style/nsCSSScanner.cpp b/layout/style/nsCSSScanner.cpp index 2110be78c..b1524a3bb 100644 --- a/layout/style/nsCSSScanner.cpp +++ b/layout/style/nsCSSScanner.cpp @@ -14,6 +14,8 @@ #include "mozilla/Likely.h" #include +using mozilla::IsNaN; + /* Character class tables and related helper functions. */ static const uint8_t IS_HEX_DIGIT = 0x01; -- cgit v1.2.3