Skip to content

Commit c0a9ea1

Browse files
committed
fixing the build
1 parent ff1e2bf commit c0a9ea1

File tree

1 file changed

+2
-0
lines changed
  • examples/light-switch-app/silabs/include

1 file changed

+2
-0
lines changed

examples/light-switch-app/silabs/include/AppEvent.h

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919

2020
#pragma once
2121

22+
#include <cstdint>
23+
2224
struct AppEvent;
2325
typedef void (*EventHandler)(AppEvent *);
2426

0 commit comments

Comments
 (0)