Commit 07e58ae6 authored by Max Kellermann's avatar Max Kellermann

fs/io/FileReader: add missing include

parent a88d1814
...@@ -22,6 +22,8 @@ ...@@ -22,6 +22,8 @@
#include "fs/FileInfo.hxx" #include "fs/FileInfo.hxx"
#include "system/Error.hxx" #include "system/Error.hxx"
#include <assert.h>
#ifdef WIN32 #ifdef WIN32
FileReader::FileReader(Path _path) FileReader::FileReader(Path _path)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment