diff --git a/strings/stringpiece_utils.h b/strings/stringpiece_utils.h new file mode 100644 index 000000000..9527bc3f7 --- /dev/null +++ b/strings/stringpiece_utils.h @@ -0,0 +1,6 @@ +// This is a placeholder to allow include-path compatibility with code written +// inside Google. + +#ifndef STRINGS_STRINGPIECE_UTILS_H_ +#define STRINGS_STRINGPIECE_UTILS_H_ +#endif // STRINGS_STRINGPIECE_UTILS_H_