summaryrefslogtreecommitdiff
path: root/ZAPD/ZResource.h
diff options
context:
space:
mode:
authorangie <angheloalf95@gmail.com>2021-03-17 20:29:16 -0300
committerangie <angheloalf95@gmail.com>2021-03-17 20:29:16 -0300
commit0f7603aef70978466a35878a93d439cade1e355d (patch)
treea759c36ba94debc4539f3ecf0fa5dad1a937e4fc /ZAPD/ZResource.h
parentd698b97d02380b3bf2c898de44941d03e37daff4 (diff)
#include <stdexcept>
Signed-off-by: angie <angheloalf95@gmail.com>
Diffstat (limited to 'ZAPD/ZResource.h')
-rw-r--r--ZAPD/ZResource.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ZAPD/ZResource.h b/ZAPD/ZResource.h
index c47d3d5..56f8bc2 100644
--- a/ZAPD/ZResource.h
+++ b/ZAPD/ZResource.h
@@ -3,6 +3,7 @@
#include <map>
#include <string>
#include <vector>
+#include <stdexcept>
#include <stdint.h>
#include "tinyxml2.h"