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

View File

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