summaryrefslogtreecommitdiff
path: root/mteval/mbr_kbest.cc
diff options
context:
space:
mode:
authorChris Dyer <cdyer@allegro.clab.cs.cmu.edu>2013-11-10 01:22:11 -0500
committerChris Dyer <cdyer@allegro.clab.cs.cmu.edu>2013-11-10 01:22:11 -0500
commit3abb2f590940e05be345446a10e5f247f0046c2a (patch)
treee5023d2695119d3f4a18070822719c702e14dfd5 /mteval/mbr_kbest.cc
parentd9cc1a6986188a97e09e4c8cef46c34eee5f9cd2 (diff)
fixes
Diffstat (limited to 'mteval/mbr_kbest.cc')
-rw-r--r--mteval/mbr_kbest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mteval/mbr_kbest.cc b/mteval/mbr_kbest.cc
index 787c03bd..76d2c7fc 100644
--- a/mteval/mbr_kbest.cc
+++ b/mteval/mbr_kbest.cc
@@ -3,7 +3,7 @@
#include <boost/program_options.hpp>
#include <boost/functional/hash.hpp>
-#ifdef HAVE_CXX11
+#ifndef HAVE_OLD_CPP
# include <unordered_map>
#else
# include <tr1/unordered_map>