summaryrefslogtreecommitdiffstats
path: root/src/Info.cpp
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2015-02-04 11:38:06 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2015-02-04 11:38:06 +0100
commit7b5327f828a324819fc55a484b7fc4a7a615c1d1 (patch)
tree24571ff72f80532107d8f031c750a8f2f711cd23 /src/Info.cpp
parentc6e1edce5b1ceed65a1b6be111b0ea7176fcd95c (diff)
downloadMinedMap-7b5327f828a324819fc55a484b7fc4a7a615c1d1.tar
MinedMap-7b5327f828a324819fc55a484b7fc4a7a615c1d1.zip
Info: add missing include
Diffstat (limited to 'src/Info.cpp')
-rw-r--r--src/Info.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Info.cpp b/src/Info.cpp
index 5d4bd71..ed25847 100644
--- a/src/Info.cpp
+++ b/src/Info.cpp
@@ -26,6 +26,7 @@
#include "Info.hpp"
+#include <cerrno>
#include <cstdio>
#include <cstring>
#include <string>