mirror of
https://github.com/gflags/gflags.git
synced 2025-04-04 13:05:03 +00:00
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.
This commit is contained in:
parent
a386bd0f20
commit
5d5a6c5501
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
#include <regex>
|
||||
#include <streambuf>
|
||||
#include <string>
|
||||
#include <string.h>
|
||||
#include <vector>
|
||||
|
||||
struct Substitution {
|
||||
|
|
Loading…
Add table
Reference in a new issue