We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d12eefc commit c0ff3abCopy full SHA for c0ff3ab
include/bm/bm_apps/notifications.h
@@ -21,9 +21,10 @@
21
#ifndef BM_BM_APPS_NOTIFICATIONS_H_
22
#define BM_BM_APPS_NOTIFICATIONS_H_
23
24
-#include <string>
+#include <cstdint>
25
#include <functional>
26
#include <memory>
27
+#include <string>
28
29
namespace bm_apps {
30
include/bm/bm_sim/debugger.h
@@ -23,6 +23,7 @@
#include <bm/config.h>
#include <limits>
#include <string>
0 commit comments