Skip to content

Commit 621adb4

Browse files
committed
[C++]: fix aeron-io#274. Add __STDC_LIMIT_MACROS before inclusion of stdint.h to comply with C99 requirements.
1 parent 55bbac8 commit 621adb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main/cpp/sbe/sbe.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#define _SBE_HPP_
1818

1919
#include <string.h>
20+
#define __STDC_LIMIT_MACROS
2021
#include <stdint.h>
2122
#include <limits.h>
2223
#include <stdexcept>

0 commit comments

Comments
 (0)