Skip to content

Commit 2448361

Browse files
authored
Fix missing header for GCC 13 (#63)
1 parent 73b4061 commit 2448361

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/wrapper/core_error_info.hxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
#include <system_error>
2424
#include <variant>
2525
#include <vector>
26+
#include <cstdint>
2627

2728
namespace couchbase::php
2829
{

0 commit comments

Comments
 (0)