Added FMT_IMPORT_STD feature macro (#3928)
This commit is contained in:
+11
-9
@@ -8,15 +8,17 @@
|
||||
#ifndef FMT_CHRONO_H_
|
||||
#define FMT_CHRONO_H_
|
||||
|
||||
#include <algorithm>
|
||||
#include <chrono>
|
||||
#include <cmath> // std::isfinite
|
||||
#include <cstring> // std::memcpy
|
||||
#include <ctime>
|
||||
#include <iterator>
|
||||
#include <locale>
|
||||
#include <ostream>
|
||||
#include <type_traits>
|
||||
#ifndef FMT_IMPORT_STD
|
||||
# include <algorithm>
|
||||
# include <chrono>
|
||||
# include <cmath> // std::isfinite
|
||||
# include <cstring> // std::memcpy
|
||||
# include <ctime>
|
||||
# include <iterator>
|
||||
# include <locale>
|
||||
# include <ostream>
|
||||
# include <type_traits>
|
||||
#endif
|
||||
|
||||
#include "format.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user