diff options
Diffstat (limited to 'third_party/nix/src/nix/sigs.cc')
-rw-r--r-- | third_party/nix/src/nix/sigs.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/third_party/nix/src/nix/sigs.cc b/third_party/nix/src/nix/sigs.cc index 78ac8612e778..cc9d579909e2 100644 --- a/third_party/nix/src/nix/sigs.cc +++ b/third_party/nix/src/nix/sigs.cc @@ -1,5 +1,7 @@ -#include <glog/logging.h> #include <atomic> + +#include <glog/logging.h> + #include "command.hh" #include "shared.hh" #include "store-api.hh" |