Include missing cerrno

This commit is contained in:
Martchus 2018-08-12 22:17:09 +02:00
parent 61f7ce90e1
commit 826c43ef8b
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
#include "../io/misc.h"
#include "../io/path.h"
#include <cerrno>
#include <cstdlib>
#include <cstring>
#include <fstream>