From db80247ab0fdea4b868d7aa60902d9f590593bd8 Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Tue, 18 Oct 2016 07:25:40 +0100 Subject: [PATCH] Add missing #include for Linux. --- P25Gateway/Speech.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/P25Gateway/Speech.cpp b/P25Gateway/Speech.cpp index 525eded..a1f22cc 100644 --- a/P25Gateway/Speech.cpp +++ b/P25Gateway/Speech.cpp @@ -26,6 +26,7 @@ #include #include +#include const unsigned int SRC_ID = 10999U;