mirror of https://github.com/x64dbg/btparser
Add missing stdexcept include
This commit is contained in:
parent
e17068c4d6
commit
3db7fe6d90
|
@ -5,6 +5,7 @@
|
|||
#include <unordered_map>
|
||||
#include <functional>
|
||||
#include <string>
|
||||
#include <stdexcept>
|
||||
|
||||
class Lexer
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue