diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2016-03-15T11·11+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2016-03-15T11·11+0100 |
commit | 02654f782f31d142f59af23d4a10dcf9134a7ff2 (patch) | |
tree | 18739a6a41a3cc01ac94fb867554496d1be69f69 /src/libutil | |
parent | 00a75b1cd281e85843cae5da5d605f6e3bc733f1 (diff) |
Fix Darwin build
http://hydra.nixos.org/build/33279996
Diffstat (limited to 'src/libutil')
-rw-r--r-- | src/libutil/ref.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libutil/ref.hh b/src/libutil/ref.hh index a6d338d79622..349f24f7c488 100644 --- a/src/libutil/ref.hh +++ b/src/libutil/ref.hh @@ -2,6 +2,7 @@ #include <memory> #include <exception> +#include <stdexcept> namespace nix { |