From 2e9ef8da66ca1b82c1a174249ace8353916968e6 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_csplit.cc | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'decoder/ff_csplit.cc') diff --git a/decoder/ff_csplit.cc b/decoder/ff_csplit.cc index a0e538d3..550ff69a 100644 --- a/decoder/ff_csplit.cc +++ b/decoder/ff_csplit.cc @@ -2,6 +2,8 @@ #include #include +#include +#include #include "klm/lm/model.hh" @@ -14,12 +16,6 @@ #include "stringlib.h" #include "tdict.h" -#ifndef HAVE_OLD_CPP -# include -#else -# include -namespace std { using std::tr1::unordered_set; } -#endif using namespace std; struct BasicCSplitFeaturesImpl { -- cgit v1.2.3