add missing include

pull/1598/head
Kim Kulling 2017-11-24 19:48:21 +01:00
parent 0bdb375804
commit 6c59c83e0f
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#else
# include <sys/stat.h>
# include <sys/types.h>
# include <unistd.h>
#endif // _WIN32
#include <vector>