mirror of https://github.com/x64dbg/btparser
fix compilation with vs2022
This commit is contained in:
parent
d5034cf6d6
commit
200221b415
|
@ -4,6 +4,7 @@
|
|||
#include <vector>
|
||||
#include <unordered_map>
|
||||
#include <functional>
|
||||
#include <string>
|
||||
|
||||
class Lexer
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue