Skip to content

Commit ffd2423

Browse files
committed
build: add more missing headers for GCC 15
Needed for building with GCC 15 and later. Otherwise, a build error happens. Same situation of commit: e0362a7 See the mentioned commit message for the full explanation.
1 parent ad76772 commit ffd2423

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shared/test/common/test_macros/test_excludes.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
#include "shared/source/helpers/debug_helpers.h"
1111

12+
#include <cstdint>
1213
#include <map>
1314
#include <memory>
1415
#include <string>

0 commit comments

Comments
 (0)