aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/libstore/machines.cc1
-rw-r--r--tests/unit/libutil-support/tests/characterization.hh2
-rw-r--r--tests/unit/libutil/tests.cc1
3 files changed, 4 insertions, 0 deletions
diff --git a/tests/unit/libstore/machines.cc b/tests/unit/libstore/machines.cc
index 0277237bb..dc192e5be 100644
--- a/tests/unit/libstore/machines.cc
+++ b/tests/unit/libstore/machines.cc
@@ -1,3 +1,4 @@
+#include "file-system.hh"
#include "machines.hh"
#include "globals.hh"
#include "tests/test-data.hh"
diff --git a/tests/unit/libutil-support/tests/characterization.hh b/tests/unit/libutil-support/tests/characterization.hh
index 9de20d02c..472fdba3b 100644
--- a/tests/unit/libutil-support/tests/characterization.hh
+++ b/tests/unit/libutil-support/tests/characterization.hh
@@ -2,6 +2,8 @@
///@file
#include "environment-variables.hh"
+#include "file-system.hh"
+
#include <gtest/gtest.h>
#include <filesystem>
diff --git a/tests/unit/libutil/tests.cc b/tests/unit/libutil/tests.cc
index 787f79093..c8dc82cb0 100644
--- a/tests/unit/libutil/tests.cc
+++ b/tests/unit/libutil/tests.cc
@@ -1,3 +1,4 @@
+#include "file-system.hh"
#include "util.hh"
#include "types.hh"
#include "terminal.hh"