diff options
author | Ben Burdette <bburdette@gmail.com> | 2020-05-11 15:52:15 -0600 |
---|---|---|
committer | Ben Burdette <bburdette@gmail.com> | 2020-05-11 15:52:15 -0600 |
commit | b93c1bf3d67716231d2ff7ee4154b8c80a251b10 (patch) | |
tree | cd45655102052480e02f2e7dbf274108e0c263c0 /src/libutil/logging.hh | |
parent | 59b1f5c70150a81c7a6fa0dc3309a9d44e9621f8 (diff) |
fixes to merged code
Diffstat (limited to 'src/libutil/logging.hh')
-rw-r--r-- | src/libutil/logging.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libutil/logging.hh b/src/libutil/logging.hh index bb7d356c8..39692a291 100644 --- a/src/libutil/logging.hh +++ b/src/libutil/logging.hh @@ -1,6 +1,7 @@ #pragma once #include "types.hh" +#include "error.hh" namespace nix { |