Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jarro2783/cxxopts.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Hillmich <hillmich@users.noreply.github.com>2022-09-12 00:02:26 +0300
committerGitHub <noreply@github.com>2022-09-12 00:02:26 +0300
commit82ac0838864fba7b65e464ade1fd53e400af1e63 (patch)
tree21dc6c09151acb3fe552b930c861e034a7ea44f8
parentf7cf84bd56b47728e4674f316d274b3d82a1cfb3 (diff)
Added missing #include (#368)
-rw-r--r--include/cxxopts.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cxxopts.hpp b/include/cxxopts.hpp
index ee02c57..b411bcc 100644
--- a/include/cxxopts.hpp
+++ b/include/cxxopts.hpp
@@ -33,6 +33,7 @@ THE SOFTWARE.
#include <exception>
#include <limits>
#include <list>
+#include <locale>
#include <map>
#include <memory>
#include <sstream>