diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2020-06-24 21:22:13 +0000 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2020-06-25 17:48:49 +0000 |
commit | d92d4f85a5c8a2a2385c084500a8b6bd54b54e6c (patch) | |
tree | 8f95b2b13e39e8e76483a7cafc3c6f332d5e0836 /src/libstore/nar-info.cc | |
parent | b7ccf7ae2af3d7eaf3696358ecbbce5a2bcfe652 (diff) |
Move ValidPathInfo to its own header
Diffstat (limited to 'src/libstore/nar-info.cc')
-rw-r--r-- | src/libstore/nar-info.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstore/nar-info.cc b/src/libstore/nar-info.cc index 04550ed97..ef04bc859 100644 --- a/src/libstore/nar-info.cc +++ b/src/libstore/nar-info.cc @@ -1,5 +1,6 @@ #include "globals.hh" #include "nar-info.hh" +#include "store-api.hh" namespace nix { |