We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe29459 commit ff5b23bCopy full SHA for ff5b23b
src/advanced_examples/explore_me.h
@@ -6,6 +6,8 @@
6
#pragma once
7
8
#include <string>
9
+#include <stdint.h>
10
+#include <stddef.h>
11
12
struct InputStruct {
13
long a;
0 commit comments