From 435ad79e4746b4872ce0a981e344f60d161de865 Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Thu, 21 Jan 2016 22:24:20 +0000 Subject: [PATCH] Missing include for Linux. --- AMBEFEC.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/AMBEFEC.cpp b/AMBEFEC.cpp index b056b0f..32456bc 100644 --- a/AMBEFEC.cpp +++ b/AMBEFEC.cpp @@ -18,6 +18,7 @@ #include "AMBEFEC.h" +#include #include const unsigned char BIT_MASK_TABLE[] = {0x80U, 0x40U, 0x20U, 0x10U, 0x08U, 0x04U, 0x02U, 0x01U};