diff options
-rw-r--r-- | src/nix-env/profiles.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nix-env/profiles.hh b/src/nix-env/profiles.hh index 2bd05045eafb..99c20f42d18c 100644 --- a/src/nix-env/profiles.hh +++ b/src/nix-env/profiles.hh @@ -3,6 +3,8 @@ #include "types.hh" +#include <time.h> + namespace nix { |