Add base.h

This commit is contained in:
Victor Zverovich
2024-01-09 19:30:46 -08:00
parent 4d616479b5
commit 79f1506fe3
11 changed files with 13 additions and 13 deletions

View File

@ -6,10 +6,10 @@
// For the license information refer to format.h.
#include "fmt/args.h"
#include "fmt/base.h"
#include "fmt/chrono.h"
#include "fmt/color.h"
#include "fmt/compile.h"
#include "fmt/core.h"
#include "fmt/format.h"
#include "fmt/os.h"
#include "fmt/ostream.h"