io/BufferedReader: add missing include
This commit is contained in:
parent
452400b7ef
commit
5c2a576546
|
@ -31,6 +31,7 @@
|
|||
#include "Reader.hxx"
|
||||
#include "util/TextFile.hxx"
|
||||
|
||||
#include <algorithm> // for std::copy_n()
|
||||
#include <cassert>
|
||||
#include <cstdint>
|
||||
#include <stdexcept>
|
||||
|
|
Loading…
Reference in New Issue