Skip to content

Commit c0ff3ab

Browse files
authored
Add missing cstdint include. (#1302)
Signed-off-by: fruffy <[email protected]>
1 parent d12eefc commit c0ff3ab

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

include/bm/bm_apps/notifications.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@
2121
#ifndef BM_BM_APPS_NOTIFICATIONS_H_
2222
#define BM_BM_APPS_NOTIFICATIONS_H_
2323

24-
#include <string>
24+
#include <cstdint>
2525
#include <functional>
2626
#include <memory>
27+
#include <string>
2728

2829
namespace bm_apps {
2930

include/bm/bm_sim/debugger.h

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323

2424
#include <bm/config.h>
2525

26+
#include <cstdint>
2627
#include <limits>
2728
#include <memory>
2829
#include <string>

0 commit comments

Comments
 (0)