diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2015-02-04 11:38:06 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2015-02-04 11:38:06 +0100 |
commit | 7b5327f828a324819fc55a484b7fc4a7a615c1d1 (patch) | |
tree | 24571ff72f80532107d8f031c750a8f2f711cd23 | |
parent | c6e1edce5b1ceed65a1b6be111b0ea7176fcd95c (diff) | |
download | MinedMap-7b5327f828a324819fc55a484b7fc4a7a615c1d1.tar MinedMap-7b5327f828a324819fc55a484b7fc4a7a615c1d1.zip |
Info: add missing include
-rw-r--r-- | src/Info.cpp | 1 |
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> |