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

(and fix a typo for cs fs)
This commit is contained in:
Moonchild 2020-05-01 11:14:26 +00:00 committed by Roy Tam
commit f1ea74a049
3 changed files with 4 additions and 1 deletions

View file

@ -14,6 +14,8 @@
#include "mozilla/Likely.h"
#include <algorithm>
using mozilla::IsNaN;
/* Character class tables and related helper functions. */
static const uint8_t IS_HEX_DIGIT = 0x01;