From 3d3904224e5d3d74edf085d60a8939d766b7a111 Mon Sep 17 00:00:00 2001 From: Scott McMillan Date: Sun, 2 Aug 2026 14:56:48 -0500 Subject: [PATCH] After updating fmt, need to update the installed headers --- include/wassail/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/include/wassail/Makefile.am b/include/wassail/Makefile.am index 4000196..625d4a0 100644 --- a/include/wassail/Makefile.am +++ b/include/wassail/Makefile.am @@ -42,6 +42,7 @@ nobase_pkginclude_HEADERS += data/uname.hpp # Third party nobase_pkginclude_HEADERS += json/json.hpp +nobase_pkginclude_HEADERS += fmt/base.h nobase_pkginclude_HEADERS += fmt/core.h nobase_pkginclude_HEADERS += fmt/format.h nobase_pkginclude_HEADERS += fmt/format-inl.h