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

Add a missing optional include

Fix the build with GCC 11.3.0
This commit is contained in:
Théophane Hufschmitt 2022-07-01 09:46:31 +02:00
parent 7299ad523b
commit 060bfe5084

View file

@ -12,6 +12,7 @@
#include <vector>
#include <algorithm>
#include <fstream>
#include <optional>
#include "find-roots.hh"