--- code/trunk/pcre_stringpiece_unittest.cc 2007/08/01 09:10:40 200 +++ code/trunk/pcre_stringpiece_unittest.cc 2007/09/11 12:57:06 236 @@ -2,15 +2,15 @@ // Author: Sanjay Ghemawat #ifdef HAVE_CONFIG_H -#include +#include "config.h" #endif #include #include #include // for make_pair -#include -#include +#include "pcrecpp.h" +#include "pcre_stringpiece.h" // CHECK dies with a fatal error if condition is not true. It is *not* // controlled by NDEBUG, so the check will be executed regardless of