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:
Drew Lewis 2026-04-21 18:02:29 -04:00 committed by GitHub
parent d8c56f1d19
commit ee5021dffc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -26,7 +26,9 @@
#include <algorithm>
#include <cctype>
#include <cerrno>
#include <charconv>
#include <cstdlib>
#include <system_error>
#include <version>