Peter M. Groen
/
cxxopts
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
82ac0838864fba7b65e464ade1fd53e400af1e63
Authored by
Stefan Hillmich
2022-09-11 23:02:26 +0200
Committed by
GitHub
2022-09-12 07:02:26 +1000
1 parent
f7cf84bd
Added missing #include (#368)
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
include/cxxopts.hpp
include/cxxopts.hpp
View file @
82ac083
...
...
@@ -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>
...
...