forked from lix-project/lix
* Added some missing #includes.
This commit is contained in:
parent
803a924b77
commit
d930a9bc5a
|
@ -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