Fixed FMT header define

This commit is contained in:
2019-07-14 16:51:14 +02:00
parent 4ea6d73d86
commit 1947a2114f
7 changed files with 14 additions and 0 deletions

View File

@ -38,7 +38,9 @@
#include <iss/llvm/vm_base.h>
#include <util/logging.h>
#ifndef FMT_HEADER_ONLY
#define FMT_HEADER_ONLY
#endif
#include <fmt/format.h>
#include <array>