Merge pull request #3342 from airween/v3/gcc15fix

fix: Added missing header to avoid build error with gcc-15
This commit is contained in:
Ervin Hegedus 2025-02-21 08:07:24 +01:00 committed by GitHub
commit f96806cd28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,6 +22,7 @@
#include <string>
#include <vector>
#include <list>
#include <cstdint>
#endif