Skip to content

Commit e380ae9

Browse files
committed
Log: add missing include for std::back_inserter()
Closes #2071
1 parent 8d15e0f commit e380ae9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Log.cxx

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
#include <fmt/format.h>
1010

11+
#include <iterator> // for std::back_inserter()
12+
1113
static constexpr Domain exception_domain("exception");
1214

1315
void

0 commit comments

Comments
 (0)