From 574252cdae4aede9e30f19a43cab3494bd01bcc7 Mon Sep 17 00:00:00 2001 From: Wilker Aziz Date: Mon, 22 Sep 2014 11:07:12 +0100 Subject: added missing c++11 headers (could not compile with gcc-4.8) --- decoder/ff_source_syntax2.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'decoder/ff_source_syntax2.cc') diff --git a/decoder/ff_source_syntax2.cc b/decoder/ff_source_syntax2.cc index a97e31d8..48991920 100644 --- a/decoder/ff_source_syntax2.cc +++ b/decoder/ff_source_syntax2.cc @@ -3,6 +3,7 @@ #include #include #include +#include #include "sentence_metadata.h" #include "array2d.h" -- cgit v1.2.3