diff options
| author | Naios <naios-dev@live.de> | 2017-10-05 01:32:10 +0200 |
|---|---|---|
| committer | Naios <naios-dev@live.de> | 2017-10-16 21:35:01 +0200 |
| commit | 5077c8289cd52108bf9aeb8fb6ab2742ae3e0b95 (patch) | |
| tree | 278ed73d516f70cd64a61a000e4aa80ea11b339d /src | |
| parent | 81b65fef45f458d74a28635507169e7c3a2038de (diff) | |
Dep/fmt: Update fmt to fmtlib/fmt@5f39721c0a4
* Rename cppformat to fmt in the PackageList.txt
Diffstat (limited to 'src')
| -rw-r--r-- | src/common/Utilities/StringFormat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Utilities/StringFormat.h b/src/common/Utilities/StringFormat.h index 12eeb2a6d14..1138b97759e 100644 --- a/src/common/Utilities/StringFormat.h +++ b/src/common/Utilities/StringFormat.h @@ -19,7 +19,7 @@ #ifndef TRINITYCORE_STRING_FORMAT_H #define TRINITYCORE_STRING_FORMAT_H -#include "fmt/format.h" +#include "fmt/printf.h" namespace Trinity { |
