1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-16 15:32:43 +01:00

More fixes for iwyu

This commit is contained in:
Farid Zakaria 2025-10-14 23:20:35 -04:00
parent 7bc3d9b9a9
commit 902faf4fe5
5 changed files with 18 additions and 11 deletions

View file

@ -1,4 +1,6 @@
#include <regex>
#include <optional>
#include <string>
#include "nix/flake/url-name.hh"
#include "nix/util/strings.hh"