Commit 82ac0838864fba7b65e464ade1fd53e400af1e63

Authored by Stefan Hillmich
Committed by GitHub
1 parent f7cf84bd

Added missing #include (#368)

Showing 1 changed file with 1 additions and 0 deletions
include/cxxopts.hpp
... ... @@ -33,6 +33,7 @@ THE SOFTWARE.
33 33 #include <exception>
34 34 #include <limits>
35 35 #include <list>
  36 +#include <locale>
36 37 #include <map>
37 38 #include <memory>
38 39 #include <sstream>
... ...