diff options
Diffstat (limited to 'third_party/nix/src/nix/why-depends.cc')
-rw-r--r-- | third_party/nix/src/nix/why-depends.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/third_party/nix/src/nix/why-depends.cc b/third_party/nix/src/nix/why-depends.cc index e169d1c5085a..88e1e357f4b4 100644 --- a/third_party/nix/src/nix/why-depends.cc +++ b/third_party/nix/src/nix/why-depends.cc @@ -1,5 +1,7 @@ -#include <glog/logging.h> #include <queue> + +#include <glog/logging.h> + #include "command.hh" #include "fs-accessor.hh" #include "shared.hh" |