1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-29 06:21:14 +02:00

* Added some missing #includes.

This commit is contained in:
Eelco Dolstra 2003-09-11 08:31:29 +00:00
parent 803a924b77
commit d930a9bc5a
4 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,5 @@
#include <cerrno>
#include <algorithm>
#include <vector>
#include <sys/types.h>