Skip to content

Commit e01e0ab

Browse files
committed
Add a missing include
1 parent ea3fc55 commit e01e0ab

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

include/ola/e133/E133Enums.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
#ifndef INCLUDE_OLA_E133_E133ENUMS_H_
2222
#define INCLUDE_OLA_E133_E133ENUMS_H_
2323

24+
#include <stdint.h>
25+
2426
namespace ola {
2527
namespace e133 {
2628

0 commit comments

Comments
 (0)