Skip to content

Commit 0de0d34

Browse files
committed
add missing include. Otherwise tumbleweed does not build anymore
1 parent abe7bae commit 0de0d34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/libdbc/signal.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#include <iostream>
66
#include <string>
77
#include <vector>
8+
#include <cstdint>
89

910
namespace libdbc {
1011
struct Signal {

0 commit comments

Comments
 (0)