Update fmt.h

This commit is contained in:
Gabi Melman 2023-10-02 20:24:00 +03:00 committed by GitHub
parent b1b6a22955
commit c10acd23ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,6 @@
#include <fmt/core.h>
#include <fmt/format.h>
#else // use bundled {fmt} lib
#include "bundled/core.h"
#include "bundled/core.h"
#include "bundled/format.h"
#endif