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/error.hh | |
parent | 59b1f5c70150a81c7a6fa0dc3309a9d44e9621f8 (diff) |
fixes to merged code
Diffstat (limited to 'src/libutil/error.hh')
-rw-r--r-- | src/libutil/error.hh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/libutil/error.hh b/src/libutil/error.hh index 7e2cca2f9..19c6e35a1 100644 --- a/src/libutil/error.hh +++ b/src/libutil/error.hh @@ -2,6 +2,7 @@ #include "ref.hh" +#include "types.hh" #include <list> #include <memory> @@ -21,9 +22,6 @@ namespace nix { -using std::list; -using std::vector; - typedef enum { lvlError = 0, lvlWarn, |