Add missing headers <cstdlib> and <cerrno> to StringUtil.cc for strtof fallback (#426)
Signed-off-by: Drew Lewis <cannada@google.com>
This commit is contained in:
parent
d8c56f1d19
commit
ee5021dffc
|
|
@ -26,7 +26,9 @@
|
|||
|
||||
#include <algorithm>
|
||||
#include <cctype>
|
||||
#include <cerrno>
|
||||
#include <charconv>
|
||||
#include <cstdlib>
|
||||
#include <system_error>
|
||||
#include <version>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue