From 5d5a6c550100fa9d19f18861b61be9343e94dbcb Mon Sep 17 00:00:00 2001 From: Zachary Date: Wed, 5 Aug 2020 10:14:45 -0700 Subject: [PATCH] Include string.h for strchr and strcmp. This fixes a continuous build (https://travis-ci.org/github/google/perf_data_converter/jobs/714589290) running on Ubuntu 16.04 using gcc-4.8. --- bazel/expanded_template/expand_template.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/bazel/expanded_template/expand_template.cc b/bazel/expanded_template/expand_template.cc index 3eb2db6..4a48fa6 100644 --- a/bazel/expanded_template/expand_template.cc +++ b/bazel/expanded_template/expand_template.cc @@ -2,6 +2,7 @@ #include #include #include +#include #include struct Substitution {