Replace <cctype> -> <cwctype>
This commit is contained in:
parent
bf4b8bf55b
commit
5bd5b4bb05
1 changed files with 2 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
#include <string>
|
||||
#include <unordered_map>
|
||||
#include <utility>
|
||||
#include <cctype>
|
||||
#include <cwctype>
|
||||
#include <vector>
|
||||
#include "compiler/build_tables/lex_conflict_manager.h"
|
||||
#include "compiler/build_tables/lex_item.h"
|
||||
|
|
@ -16,6 +16,7 @@
|
|||
namespace tree_sitter {
|
||||
namespace build_tables {
|
||||
|
||||
using std::iswalpha;
|
||||
using std::map;
|
||||
using std::pair;
|
||||
using std::set;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue