From 8aa84ad1438c995afbba1ee894e8078deaf8dc01 Mon Sep 17 00:00:00 2001 From: Tim Stack Date: Sun, 28 Apr 2024 11:20:59 -0700 Subject: [PATCH] [build] more optional --- src/base/map_util.hh | 2 +- src/file_format.hh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/base/map_util.hh b/src/base/map_util.hh index 1ab56293..d565f4e3 100644 --- a/src/base/map_util.hh +++ b/src/base/map_util.hh @@ -32,10 +32,10 @@ #include #include +#include #include #include - namespace lnav { namespace map { diff --git a/src/file_format.hh b/src/file_format.hh index 954f4568..32f4cafe 100644 --- a/src/file_format.hh +++ b/src/file_format.hh @@ -32,6 +32,8 @@ #ifndef lnav_file_format_hh #define lnav_file_format_hh +#include + #include "fmt/format.h" #include "ghc/filesystem.hpp"