Add missing string.h header required for strcmp

This commit is contained in:
Taylor Braun-Jones 2016-05-23 15:32:27 -04:00
parent 6c946a413a
commit f55b63e258

View File

@ -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