Add forgotten stdexcept include

This commit is contained in:
Koncord 2020-01-14 13:44:54 +08:00
parent 090f13b334
commit b9da843196
No known key found for this signature in database
GPG Key ID: CBBFF7020054B62B

View File

@ -4,6 +4,7 @@
#include <string> #include <string>
#include <memory> #include <memory>
#include <unordered_map> #include <unordered_map>
#include <stdexcept>
#define BPP_INIT(packet_id) packetID = packet_id; strPacketID = #packet_id; className = typeid(this).name(); avoidReading = false; #define BPP_INIT(packet_id) packetID = packet_id; strPacketID = #packet_id; className = typeid(this).name(); avoidReading = false;