xref: /aosp_15_r20/external/gmmlib/Source/GmmLib/Utility/GmmLog/spdlog/fmt/ostr.h (revision 35ffd701415c9e32e53136d61a677a8d0a8fc4a5)
1 //
2 // Copyright(c) 2016 Gabi Melman.
3 // Distributed under the MIT License (http://opensource.org/licenses/MIT)
4 //
5 
6 #pragma once
7 
8 // include external or bundled copy of fmtlib's ostream support
9 //
10 #if !defined(SPDLOG_FMT_EXTERNAL)
11 #include <spdlog/fmt/fmt.h>
12 #include <spdlog/fmt/bundled/ostream.h>
13 #else
14 #include <fmt/ostream.h>
15 #endif
16 
17 
18