Skip to content

Commit 07a5ef8

Browse files
authored
Add missing stdint.h include to ResponderTagSet.h
1 parent 36e021c commit 07a5ef8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

include/ola/rdm/ResponderTagSet.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131

3232
#include <ola/Logging.h>
3333
#include <ola/strings/Utils.h>
34+
#include <stdint.h>
3435

3536
#include <algorithm>
3637
#include <iomanip>

0 commit comments

Comments
 (0)