fix: fmt.h did not have header guards for ODR

This commit is contained in:
Mateusz Pusz
2023-09-04 11:11:55 +02:00
parent f46b3dad74
commit b84c74b330

View File

@@ -27,6 +27,8 @@
//
// For the license information refer to format.h.
#pragma once
#include <gsl/gsl-lite.hpp>
#include <mp-units/bits/fmt_hacks.h>
#include <concepts>