1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-03-05 17:49:42 +00:00

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 <memory>
#include <unordered_map>
#include <stdexcept>
#define BPP_INIT(packet_id) packetID = packet_id; strPacketID = #packet_id; className = typeid(this).name(); avoidReading = false;