1 2 3 4 5 6 7 8 9 10 11 12 13
Index: lib/str_util.h =================================================================== --- lib/str_util.h (revision 18304) +++ lib/str_util.h (working copy) @@ -18,6 +18,8 @@ #ifndef STR_UTIL_H #define STR_UTIL_H +#include "config.h" + #include <cstdlib> #include <ctime> #include <cctype>