[core] Add some missing includes (#8864)

This commit is contained in:
Jesse Hills 2025-05-21 20:02:14 +12:00 committed by GitHub
parent f2d7720a4e
commit a6fa963605
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#pragma once
#include <cmath>
#include <cstdint>
#include <cstring>
#include <functional>
#include <limits>

View File

@ -1,5 +1,6 @@
#pragma once
#include <cstdint>
#include <cstring>
#include <iterator>
#include <memory>