Add missing string.h header required for strcmp
This commit is contained in:
parent
6c946a413a
commit
f55b63e258
@ -38,6 +38,7 @@ THE SOFTWARE.
|
||||
#include <sstream>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <string.h>
|
||||
|
||||
//when we ask cxxopts to use Unicode, help strings are processed using ICU,
|
||||
//which results in the correct lengths being computed for strings when they
|
||||
|
||||
Loading…
Reference in New Issue
Block a user