--- code/trunk/pcre_stringpiece_unittest.cc 2007/03/02 13:10:43 96 +++ code/trunk/pcre_stringpiece_unittest.cc 2007/07/31 14:39:09 199 @@ -1,9 +1,15 @@ // Copyright 2003 and onwards Google Inc. // Author: Sanjay Ghemawat +#ifdef HAVE_CONFIG_H +#include +#endif + #include #include #include // for make_pair + +#include #include // CHECK dies with a fatal error if condition is not true. It is *not*