diff options
author | Ben Burdette <bburdette@gmail.com> | 2020-05-14 12:28:18 -0600 |
---|---|---|
committer | Ben Burdette <bburdette@gmail.com> | 2020-05-14 12:28:18 -0600 |
commit | 19694aa213961daa5cbe2263bfaca53dc068a40c (patch) | |
tree | 71148d0c29a7c435309810c4cdd0383b87d4e0e3 /src/libutil/types.hh | |
parent | 4daccb279c547b90b0c17c8a64825f04abdf0f7e (diff) |
fix compile errors
Diffstat (limited to 'src/libutil/types.hh')
-rw-r--r-- | src/libutil/types.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/types.hh b/src/libutil/types.hh index 66072e8f7..89ae108f9 100644 --- a/src/libutil/types.hh +++ b/src/libutil/types.hh @@ -6,7 +6,7 @@ #include <list> #include <set> #include <map> - +#include <vector> namespace nix { |