summaryrefslogtreecommitdiff
path: root/gentoobrowse-api/unittests/testMasks.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gentoobrowse-api/unittests/testMasks.cpp')
-rw-r--r--gentoobrowse-api/unittests/testMasks.cpp14
1 files changed, 13 insertions, 1 deletions
diff --git a/gentoobrowse-api/unittests/testMasks.cpp b/gentoobrowse-api/unittests/testMasks.cpp
index 055c83e..d45e6f1 100644
--- a/gentoobrowse-api/unittests/testMasks.cpp
+++ b/gentoobrowse-api/unittests/testMasks.cpp
@@ -1,12 +1,24 @@
#define BOOST_TEST_MODULE Masks
#include <boost/test/unit_test.hpp>
+#include "wrap/ustring.h"
+#include <Ice/Optional.h>
#include <boost/algorithm/string/join.hpp>
-#include <compileTimeFormatter.h>
+#include <boost/test/unit_test_suite.hpp>
+#include <cstring>
#include <definedDirs.h>
+#include <ext/alloc_traits.h>
#include <fileUtils.h>
+#include <initializer_list>
+#include <list>
#include <mask.h>
+#include <memory>
+#include <optional>
#include <portage-models.h>
+#include <set>
+#include <string>
+#include <string_view>
+// IWYU pragma: no_include <glib.h>
class MaskTester : public Portage::Utils::Masks {
protected: