1
1
mirror of https://github.com/tstack/lnav.git synced 2024-09-11 13:05:51 +03:00

[build] some missing includes

This commit is contained in:
Tim Stack 2024-05-22 05:42:34 -07:00
parent 4195f926d3
commit 624a9a7761
2 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,7 @@
#include "fs_util.hh"
#include <stdlib.h>
#include <sys/param.h>
#include "config.h"
#include "fmt/format.h"

View File

@ -34,6 +34,7 @@
#include <optional>
#include <set>
#include <string>
#include <utility>
#include <vector>
#include <sys/stat.h>