We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d15e0f commit e380ae9Copy full SHA for e380ae9
src/Log.cxx
@@ -8,6 +8,8 @@
8
9
#include <fmt/format.h>
10
11
+#include <iterator> // for std::back_inserter()
12
+
13
static constexpr Domain exception_domain("exception");
14
15
void
0 commit comments