From e01e0abffaff20c84854616826e622b147714ad4 Mon Sep 17 00:00:00 2001 From: Peter Newman Date: Sat, 13 Apr 2024 20:36:34 +0100 Subject: [PATCH] Add a missing include --- include/ola/e133/E133Enums.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/ola/e133/E133Enums.h b/include/ola/e133/E133Enums.h index e242a163f..f90697779 100644 --- a/include/ola/e133/E133Enums.h +++ b/include/ola/e133/E133Enums.h @@ -21,6 +21,8 @@ #ifndef INCLUDE_OLA_E133_E133ENUMS_H_ #define INCLUDE_OLA_E133_E133ENUMS_H_ +#include + namespace ola { namespace e133 {