diff options
author | Tom Hubrecht <github@mail.hubrecht.ovh> | 2024-05-28 11:52:13 +0200 |
---|---|---|
committer | Tom Hubrecht <github@mail.hubrecht.ovh> | 2024-05-29 09:54:47 +0200 |
commit | 6b5078c81554ddb36547f8c41805cc94b7738396 (patch) | |
tree | 0e0c3552d9d397920326b6e21cff278c4b272935 /src/libutil/source-path.hh | |
parent | 81bdf8d2d672e135e68745e6975ad5edafadf13a (diff) |
util.{hh,cc}: Split out file-system.{hh,cc}
Change-Id: Ifa89a529e7e34e7291eca87d802d2f569cf2493e
Diffstat (limited to 'src/libutil/source-path.hh')
-rw-r--r-- | src/libutil/source-path.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libutil/source-path.hh b/src/libutil/source-path.hh index 4d4c51062..311e9f7a6 100644 --- a/src/libutil/source-path.hh +++ b/src/libutil/source-path.hh @@ -6,7 +6,9 @@ */ #include "ref.hh" +#include "archive.hh" #include "canon-path.hh" +#include "file-system.hh" #include "repair-flag.hh" #include "input-accessor.hh" |