mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
FontLanguageListCache.cpp uses the ICU constant FALSE of type UBool, but does not #include <umachine.h> where it is defined. This makes the code brittle with respect to header file reorganization, and I found this while trying to roll ICU version 68.1 to Flutter engine.