--- code/trunk/pcre_stringpiece.h.in 2007/03/02 13:10:43 96 +++ code/trunk/pcre_stringpiece.h.in 2007/07/31 14:39:09 199 @@ -50,11 +50,13 @@ #include #endif +#include + using std::string; namespace pcrecpp { -class StringPiece { +class PCRECPP_EXP_DEFN StringPiece { private: const char* ptr_; int length_;