From d2008f2fff4b71c775b4b5cdecaff0d7a4ebec85 Mon Sep 17 00:00:00 2001 From: John Ericson Date: Sun, 12 Jan 2020 18:12:34 -0500 Subject: [PATCH] unbreak build without pch (cherry picked from commit d64ab5131c376a0e96075ec133dfd4185505594f) --- src/libstore/globals.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libstore/globals.cc b/src/libstore/globals.cc index 58c6bbe06..2c50ea9df 100644 --- a/src/libstore/globals.cc +++ b/src/libstore/globals.cc @@ -7,6 +7,7 @@ #include #include #include +#include namespace nix {