Merge "libstore: add missing #include on darwin" into main
This commit is contained in:
commit
5ce1d8463a
|
@ -9,6 +9,9 @@
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
|
#if __APPLE__
|
||||||
|
#include <regex>
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace nix {
|
namespace nix {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue