summaryrefslogtreecommitdiff
path: root/gentoobrowse-api/unittests/testProcessAll.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gentoobrowse-api/unittests/testProcessAll.cpp')
-rw-r--r--gentoobrowse-api/unittests/testProcessAll.cpp12
1 files changed, 11 insertions, 1 deletions
diff --git a/gentoobrowse-api/unittests/testProcessAll.cpp b/gentoobrowse-api/unittests/testProcessAll.cpp
index 32f0b70..1074018 100644
--- a/gentoobrowse-api/unittests/testProcessAll.cpp
+++ b/gentoobrowse-api/unittests/testProcessAll.cpp
@@ -2,10 +2,20 @@
#include <boost/test/data/test_case.hpp>
#include <boost/test/unit_test.hpp>
+#include "fileUtils.h"
+#include "portage-models.h"
+#include <Ice/Optional.h>
+#include <algorithm>
#include <depend.h>
-#include <filesystem>
+#include <iterator>
+#include <memory>
#include <news.h>
+#include <optional>
+#include <string>
+#include <string_view>
#include <utils/ebuildCacheParser.h>
+#include <vector>
+// IWYU pragma: no_include <glib.h>
void
testDependRange(const std::optional<std::string_view> & r)