Allow using system libfmt

Signed-off-by: Jean-Pierre De Jesus DIAZ <me@jeandudey.tech>
This commit is contained in:
Jean-Pierre De Jesus DIAZ 2023-05-29 14:09:58 +02:00
parent 65fc16d5ac
commit 0399b6b6bb
No known key found for this signature in database
GPG key ID: 6279AEC20A9524EC
46 changed files with 32 additions and 15 deletions

View file

@ -17,12 +17,12 @@
*/
#include "crypto/common/LinuxMemory.h"
#include "3rdparty/fmt/core.h"
#include "crypto/common/VirtualMemory.h"
#include <algorithm>
#include <fstream>
#include <fmt/core.h>
#include <mutex>
#include <string>