From f55b63e258d535ff69d099e502e832b33aea6499 Mon Sep 17 00:00:00 2001 From: Taylor Braun-Jones Date: Mon, 23 May 2016 15:32:27 -0400 Subject: [PATCH] Add missing string.h header required for strcmp --- src/cxxopts.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cxxopts.hpp b/src/cxxopts.hpp index 9207f63..c1f9c6e 100644 --- a/src/cxxopts.hpp +++ b/src/cxxopts.hpp @@ -38,6 +38,7 @@ THE SOFTWARE. #include #include #include +#include //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