Make ranges only depend on fmt/base.h

This commit is contained in:
Victor Zverovich
2024-01-13 09:54:19 -08:00
parent da0f84c42c
commit d0963d4823
5 changed files with 19 additions and 19 deletions
+1
View File
@@ -7,6 +7,7 @@
#include <vector>
#include "fmt/format.h"
#include "fmt/ranges.h"
#include "gtest/gtest.h"
+1
View File
@@ -20,6 +20,7 @@
# include <ranges>
#endif
#include "fmt/format.h"
#include "gtest/gtest.h"
#if !FMT_GCC_VERSION || FMT_GCC_VERSION >= 601