diff options
Diffstat (limited to 'src/mmo/extract.hpp')
-rw-r--r-- | src/mmo/extract.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mmo/extract.hpp b/src/mmo/extract.hpp index 622281b..f3df0f3 100644 --- a/src/mmo/extract.hpp +++ b/src/mmo/extract.hpp @@ -21,7 +21,11 @@ # include "../sanity.hpp" +# include <cerrno> +# include <cstdlib> + # include <algorithm> +# include <vector> # include "../strings/xstring.hpp" |