From 0bbc8a30e4c82cacf4ff225dbab5189b5d39c02c Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Sun, 18 Nov 2018 17:18:56 +0100 Subject: [PATCH] fmt conversion: include centrally, link to library --- Rakefile | 1 + src/common/common.h | 3 +++ 2 files changed, 4 insertions(+) diff --git a/Rakefile b/Rakefile index 77cfeada6..9d477bb77 100644 --- a/Rakefile +++ b/Rakefile @@ -1005,6 +1005,7 @@ $common_libs = [ :boost_regex, :boost_filesystem, :boost_system, + :fmt, ] $common_libs += [:cmark] if c?(:USE_QT) diff --git a/src/common/common.h b/src/common/common.h index 794728a91..53c5b2570 100644 --- a/src/common/common.h +++ b/src/common/common.h @@ -40,6 +40,9 @@ # include #endif // HAVE_INTTYPES_H +#include +#include + #include #include #include