From 496078928c2f0b6f31003917fe4087ec5e944aae Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Thu, 3 Nov 2016 22:11:52 +0000 Subject: [PATCH] Fix Linux compiler error. --- UMP.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/UMP.cpp b/UMP.cpp index a5bdf6a..2a8cd47 100644 --- a/UMP.cpp +++ b/UMP.cpp @@ -23,6 +23,7 @@ #include #include +#include const unsigned char UMP_FRAME_START = 0xF0U;