--- code/trunk/pcre_stringpiece.h.in 2010/11/24 17:39:25 579 +++ code/trunk/pcre_stringpiece.h.in 2010/11/26 11:16:43 580 @@ -38,7 +38,7 @@ #ifndef _PCRE_STRINGPIECE_H #define _PCRE_STRINGPIECE_H -#include +#include #include #include // for ostream forward-declaration @@ -52,6 +52,8 @@ #include +using std::memcmp; +using std::strlen; using std::string; namespace pcrecpp {