fs/io/FileReader: add missing include

This commit is contained in:
Max Kellermann 2016-08-16 07:58:44 +02:00
parent a88d18148c
commit 07e58ae64f
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@
#include "fs/FileInfo.hxx"
#include "system/Error.hxx"
#include <assert.h>
#ifdef WIN32
FileReader::FileReader(Path _path)