forked from lix-project/lix
Merge pull request #9511 from obsidiansystems/add-missing-includes
Add two missing `#include "nar-info.hh"`
This commit is contained in:
commit
77adb55ae4
|
@ -2,6 +2,7 @@
|
|||
#include <gtest/gtest.h>
|
||||
|
||||
#include "path-info.hh"
|
||||
#include "nar-info.hh"
|
||||
|
||||
#include "tests/characterization.hh"
|
||||
#include "tests/libstore.hh"
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
#include "shared.hh"
|
||||
#include "store-api.hh"
|
||||
#include "common-args.hh"
|
||||
#include "nar-info.hh"
|
||||
|
||||
#include <algorithm>
|
||||
#include <array>
|
||||
|
|
Loading…
Reference in a new issue