Skip to content

Commit

Permalink
add missing headers
Browse files Browse the repository at this point in the history
  • Loading branch information
falconindy committed Jul 30, 2024
1 parent 9c45690 commit 6c618bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/pkgfile.hh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#include <filesystem>
#include <map>
#include <optional>

#include "archive_reader.hh"
#include "filter.hh"
Expand Down
1 change: 1 addition & 0 deletions src/update.cc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include <sys/stat.h>
#include <sys/utsname.h>

#include <algorithm>
#include <sstream>

#include "archive_converter.hh"
Expand Down

0 comments on commit 6c618bb

Please sign in to comment.