Skip to content

Commit

Permalink
io/FileLineReader: add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKellermann committed Oct 30, 2024
1 parent 2bc57c3 commit d7b4634
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/io/FileLineReader.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include "LineReader.hxx"
#include "FileReader.hxx"
#include "BufferedReader.hxx"
#include "fs/Path.hxx"

class FileLineReader final : public LineReader {
FileReader file_reader;
Expand Down

0 comments on commit d7b4634

Please sign in to comment.