1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-28 17:51:15 +02:00

unbreak build without pch

This commit is contained in:
John Ericson 2020-01-12 18:12:34 -05:00 committed by Eelco Dolstra
parent c86c71c2b1
commit d64ab5131c

View file

@ -7,6 +7,7 @@
#include <map> #include <map>
#include <thread> #include <thread>
#include <dlfcn.h> #include <dlfcn.h>
#include <sys/utsname.h>
namespace nix { namespace nix {