aboutsummaryrefslogtreecommitdiff
path: root/src/libutil/suggestions.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/libutil/suggestions.hh')
-rw-r--r--src/libutil/suggestions.hh5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/libutil/suggestions.hh b/src/libutil/suggestions.hh
index 9abf5ee5f..3cac1371e 100644
--- a/src/libutil/suggestions.hh
+++ b/src/libutil/suggestions.hh
@@ -2,8 +2,11 @@
///@file
#include "comparator.hh"
-#include "types.hh"
+
#include <set>
+#include <string_view>
+#include <string>
+#include <variant>
namespace nix {