Add missing headers <cstdlib> and <cerrno> to StringUtil.cc for strtof fallback (#426)

Signed-off-by: Drew Lewis <[email protected]>
This commit is contained in:
Drew Lewis
2026-04-21 15:02:29 -07:00
committed by GitHub
parent d8c56f1d19
commit ee5021dffc
+2
View File
@@ -26,7 +26,9 @@
#include <algorithm>
#include <cctype>
#include <cerrno>
#include <charconv>
#include <cstdlib>
#include <system_error>
#include <version>