common/logging: Reduce scope of fmt include

This commit is contained in:
ameerj 2023-06-24 10:08:18 +03:00 committed by GPUCode
parent 8f51dd9513
commit aa39430e2c
2 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,7 @@
#pragma once
#include <type_traits>
#include <fmt/format.h>
#include <fmt/core.h>
// adapted from https://github.com/fmtlib/fmt/issues/2704
// a generic formatter for enum classes

View File

@ -3,6 +3,7 @@
// Refer to the license.txt file included.
#include <array>
#include <stdexcept>
#include <utility>
#include <vector>
#include "common/logging/log.h"