mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
* Added some missing #includes.
This commit is contained in:
parent
803a924b77
commit
d930a9bc5a
4 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
#include <cerrno>
|
||||
#include <algorithm>
|
||||
#include <vector>
|
||||
|
||||
#include <sys/types.h>
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#include <cerrno>
|
||||
|
||||
#include <fcntl.h>
|
||||
|
||||
#include "pathlocks.hh"
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#include <cerrno>
|
||||
#include <map>
|
||||
|
||||
#include <sys/types.h>
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
#include <iostream>
|
||||
#include <cerrno>
|
||||
#include <cstdio>
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
|
|
Loading…
Reference in a new issue