Fix building with GCC 15

This commit is contained in:
James Le Cuirot 2025-03-09 12:34:44 +00:00 committed by Ricardo Luís Vaz Silva
commit 786b9806f6
2 changed files with 2 additions and 0 deletions

View file

@ -1,5 +1,6 @@
#pragma once
#include <cstdint>
#include <memory>
#include <string>
#include <functional>

View file

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