From b325669ecc1b8babdb43c2612bf982aa4dc2da75 Mon Sep 17 00:00:00 2001 From: Kenneth Heafield Date: Wed, 6 Apr 2011 17:19:05 -0400 Subject: Update build scripts and minor string_piece header changes --- klm/util/string_piece.hh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'klm/util') diff --git a/klm/util/string_piece.hh b/klm/util/string_piece.hh index 2583db5e..e5b16e38 100644 --- a/klm/util/string_piece.hh +++ b/klm/util/string_piece.hh @@ -48,10 +48,7 @@ #ifndef BASE_STRING_PIECE_H__ #define BASE_STRING_PIECE_H__ -//Uncomment this line if you use ICU in your code. -//#define HAVE_ICU -//Uncomment this line if you want boost hashing for your StringPieces. -//#define HAVE_BOOST +#include "util/have.hh" #ifdef HAVE_BOOST #include @@ -67,6 +64,7 @@ U_NAMESPACE_BEGIN #else #include +#include #include #include -- cgit v1.2.3