Add unordered_set to globals.cc header

This commit is contained in:
Matthew Bauer 2020-06-25 17:39:35 -04:00 committed by John Ericson
parent da77331cb7
commit 289558dffb

View file

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