diff options
author | Naios <naios-dev@live.de> | 2016-03-12 14:30:11 +0100 |
---|---|---|
committer | Naios <naios-dev@live.de> | 2016-03-16 15:36:32 +0100 |
commit | f52495c66b1b219f82729221e8023a86b28d54bf (patch) | |
tree | 78fc115ecb233ef84f155f23e7dc9eed7b5fad6c /src/common/Utilities/StringFormat.h | |
parent | 912514c198bd0f59bd22c4a189692aff5244f697 (diff) |
Dep/CppFormat: Update cppformat to cppformat/cppformat@5174b8c
Diffstat (limited to 'src/common/Utilities/StringFormat.h')
-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 d85523bc11f..e21b1024e87 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 "format.h" +#include "cppformat/format.h" namespace Trinity { |