summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2015-02-03 20:17:35 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2015-02-03 20:17:35 +0100
commit22615f90aa1fa3f0268f0b1d1ba3ef00b33090d5 (patch)
tree46a85fff1ffcf38b22d80323772fb2f5af91fb49
parent4d9f29afaba5f0eddf34ac73614b36fabd0d5353 (diff)
downloadMinedMap-22615f90aa1fa3f0268f0b1d1ba3ef00b33090d5.tar
MinedMap-22615f90aa1fa3f0268f0b1d1ba3ef00b33090d5.zip
Add missing include
-rw-r--r--src/Info.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Info.hpp b/src/Info.hpp
index b7d040f..4bc1222 100644
--- a/src/Info.hpp
+++ b/src/Info.hpp
@@ -27,6 +27,7 @@
#pragma once
#include <climits>
+#include <cstddef>
#include <cstdint>
#include <set>
#include <tuple>