Include fmt/ostream.h, needed for on the fly std::ostream usage

This commit is contained in:
David Rohr 2021-11-15 10:32:49 +01:00 committed by Alexey Rybalchenko
parent 159a21c24b
commit 9df7235501

View File

@ -26,6 +26,7 @@
#include <fmt/core.h> #include <fmt/core.h>
#include <fmt/printf.h> #include <fmt/printf.h>
#include <fmt/ostream.h>
#pragma GCC diagnostic pop #pragma GCC diagnostic pop