mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-18 08:07:12 +02:00
Update the {fmt} library to fix the colision with C string.h header.
This commit is contained in:
2
external/CppFormat/format.cc
vendored
2
external/CppFormat/format.cc
vendored
@ -25,7 +25,7 @@
|
||||
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "format.h"
|
||||
#include "fmt/format.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
2
external/CppFormat/ostream.cc
vendored
2
external/CppFormat/ostream.cc
vendored
@ -25,7 +25,7 @@
|
||||
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "ostream.h"
|
||||
#include "fmt/ostream.h"
|
||||
|
||||
namespace fmt {
|
||||
|
||||
|
@ -30,7 +30,7 @@
|
||||
# define _CRT_SECURE_NO_WARNINGS
|
||||
#endif
|
||||
|
||||
#include "posix.h"
|
||||
#include "fmt/posix.h"
|
||||
|
||||
#include <limits.h>
|
||||
#include <sys/types.h>
|
Reference in New Issue
Block a user