Restore support for wchar_t overloads in module

This commit is contained in:
Daniela Engert
2021-05-20 17:30:25 +02:00
committed by Victor Zverovich
parent 24b677d053
commit 6e2e6b796f
2 changed files with 3 additions and 0 deletions

View File

@@ -86,6 +86,7 @@ export module fmt;
#include "fmt/locale.h"
#include "fmt/chrono.h"
#include "fmt/printf.h"
#include "fmt/wchar.h"
#include "fmt/os.h"
module : private;