summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2017-01-11 05:34:51 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2017-01-11 05:34:51 -0800
commitfc01987cd0fec42019f804be48053840b49450da (patch)
tree5e872610425a0f3ee0a1b23f53b92d6b264c46cb
parent15764b0b067b99d08b810303c4615fb8ee296887 (diff)
downloadldid-fc01987cd0fec42019f804be48053840b49450da.tar.gz
ldid-fc01987cd0fec42019f804be48053840b49450da.tar.zst
ldid-fc01987cd0fec42019f804be48053840b49450da.zip
Add #include <set> that was semi-missing from hpp.
-rw-r--r--ldid.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ldid.hpp b/ldid.hpp
index fbacc86..b3631bb 100644
--- a/ldid.hpp
+++ b/ldid.hpp
@@ -3,6 +3,7 @@
#include <cstdlib>
#include <map>
+#include <set>
#include <sstream>
#include <streambuf>
#include <string>