From fbc349da2a6a17e2372ef4263ec946e2c4e00d32 Mon Sep 17 00:00:00 2001 From: aristocratos Date: Sun, 21 May 2023 12:11:29 +0200 Subject: [PATCH] Readd using namespace fmt --- src/btop_tools.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/btop_tools.hpp b/src/btop_tools.hpp index 844ae48..4ae27f8 100644 --- a/src/btop_tools.hpp +++ b/src/btop_tools.hpp @@ -50,6 +50,7 @@ using std::string; using std::to_string; using std::tuple; using std::vector; +using namespace fmt; using namespace fmt::literals; //? ------------------------------------------------- NAMESPACES ------------------------------------------------------