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/scfg_translator.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'decoder/scfg_translator.cc') diff --git a/decoder/scfg_translator.cc b/decoder/scfg_translator.cc index c3cfcaad..83b65c28 100644 --- a/decoder/scfg_translator.cc +++ b/decoder/scfg_translator.cc @@ -1,5 +1,6 @@ #include #include +#include #include #include #include "fast_lexical_cast.hpp" -- cgit v1.2.3