From fc8362fbe8844c466c3ecf3069c7aae1ad8c581f Mon Sep 17 00:00:00 2001 From: Oliver Jowett Date: Tue, 8 Dec 2020 15:01:04 +0800 Subject: [PATCH] Missing include in uat_protocol.h (needed if included separately) --- uat_protocol.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/uat_protocol.h b/uat_protocol.h index 7630f83..3a0d89d 100644 --- a/uat_protocol.h +++ b/uat_protocol.h @@ -7,6 +7,8 @@ #ifndef UAT_PROTOCOL_H #define UAT_PROTOCOL_H +#include + namespace flightaware::uat { enum class MessageType { DOWNLINK_SHORT, DOWNLINK_LONG, UPLINK, INVALID };