From 7207bb6f912b33e8e61827ac53dbd095f0bb02c4 Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Wed, 20 Apr 2016 09:14:28 +0100 Subject: [PATCH] Add missing include for Linux. --- YSFFICH.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YSFFICH.cpp b/YSFFICH.cpp index c14f29e..45080de 100644 --- a/YSFFICH.cpp +++ b/YSFFICH.cpp @@ -25,7 +25,7 @@ #include #include - +#include const unsigned char BIT_MASK_TABLE[] = {0x80U, 0x40U, 0x20U, 0x10U, 0x08U, 0x04U, 0x02U, 0x01U};