Skip to content

Commit

Permalink
Porting to gcc-10 (#13)
Browse files Browse the repository at this point in the history
https://gcc.gnu.org/gcc-10/porting_to.html
<string> is no longer included by default.
  • Loading branch information
zhsj committed Apr 20, 2020
1 parent 9d09f2c commit 835cce8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/pinyinhelper/pinyinlookup.h
Expand Up @@ -20,6 +20,7 @@
#define _PINYINHELPER_PINYINLOOKUP_H_

#include <cstdint>
#include <string>
#include <unordered_map>
#include <vector>

Expand Down

0 comments on commit 835cce8

Please sign in to comment.