xref: /openbmc/phosphor-logging/lib/include/phosphor-logging/lg2/source_location.hpp (revision 7f5e44105dfe53818b09185a5c606958202f60b4)
1 #pragma once
2 
3 #include <source_location>
4 
5 namespace lg2
6 {
7 using source_location = std::source_location;
8 }
9