diff options
Diffstat (limited to 'decoder/ff_wordset.h')
-rw-r--r-- | decoder/ff_wordset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoder/ff_wordset.h b/decoder/ff_wordset.h index affee2f4..e78cd2fb 100644 --- a/decoder/ff_wordset.h +++ b/decoder/ff_wordset.h @@ -9,7 +9,7 @@ #include <iostream> #include <fstream> -#ifdef HAVE_CXX11 +#ifndef HAVE_OLD_CPP # include <unordered_set> #else # include <tr1/unordered_set> |