mirror of
https://github.com/jarro2783/cxxopts.git
synced 2026-01-18 01:11:24 +01:00
Add <locale> to be spec-compliant for std::isalnum (didn't work on MSVC). (#385)
This commit is contained in:
committed by
GitHub
parent
58daccc945
commit
799ee0e3e8
@@ -40,6 +40,7 @@ THE SOFTWARE.
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
#include <algorithm>
|
||||
#include <locale>
|
||||
|
||||
#ifdef CXXOPTS_NO_EXCEPTIONS
|
||||
#include <iostream>
|
||||
|
||||
Reference in New Issue
Block a user