diff options
author | Wilker Aziz <will.aziz@gmail.com> | 2014-09-22 11:07:12 +0100 |
---|---|---|
committer | Wilker Aziz <will.aziz@gmail.com> | 2014-09-22 11:07:12 +0100 |
commit | 574252cdae4aede9e30f19a43cab3494bd01bcc7 (patch) | |
tree | 9d4ad92d8adbfc4dd41e178487f3f498bd42ac16 /decoder/scfg_translator.cc | |
parent | c20decbd6b9be8f1a7d567cd72300b4e9582b55c (diff) |
added missing c++11 headers (could not compile with gcc-4.8)
Diffstat (limited to 'decoder/scfg_translator.cc')
-rw-r--r-- | decoder/scfg_translator.cc | 1 |
1 files changed, 1 insertions, 0 deletions
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 <algorithm> #include <vector> +#include <unordered_set> #include <boost/foreach.hpp> #include <boost/functional/hash.hpp> #include "fast_lexical_cast.hpp" |