mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
Add two missing #include "nar-info.hh"
GitHub's racy CI caused this oversight to sneak through.
This commit is contained in:
parent
dfa219d03b
commit
d59bdbe4fd
2 changed files with 2 additions and 0 deletions
|
@ -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