Skip to content

Commit ff5b23b

Browse files
committed
added missing includes
1 parent fe29459 commit ff5b23b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/advanced_examples/explore_me.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
#pragma once
77

88
#include <string>
9+
#include <stdint.h>
10+
#include <stddef.h>
911

1012
struct InputStruct {
1113
long a;

0 commit comments

Comments
 (0)