[build] more optional

pull/1265/head
Tim Stack 2 months ago
parent e732267cfe
commit 8aa84ad143

@ -32,10 +32,10 @@
#include <functional> #include <functional>
#include <map> #include <map>
#include <optional>
#include <type_traits> #include <type_traits>
#include <vector> #include <vector>
namespace lnav { namespace lnav {
namespace map { namespace map {

@ -32,6 +32,8 @@
#ifndef lnav_file_format_hh #ifndef lnav_file_format_hh
#define lnav_file_format_hh #define lnav_file_format_hh
#include <optional>
#include "fmt/format.h" #include "fmt/format.h"
#include "ghc/filesystem.hpp" #include "ghc/filesystem.hpp"

Loading…
Cancel
Save