Skip to content

Commit aa5d8af

Browse files
Missing header for size_t
1 parent e1e7a8c commit aa5d8af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/amongoc/status.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#include <mlib/config.h>
44

55
#include <stdbool.h>
6+
#include <stddef.h>
67

78
#if mlib_is_cxx()
89
#include <string>

0 commit comments

Comments
 (0)