Merge pull request #9511 from obsidiansystems/add-missing-includes

Add two missing `#include "nar-info.hh"`
This commit is contained in:
Robert Hensing 2023-12-01 16:43:56 +01:00 committed by GitHub
commit 77adb55ae4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
#include <gtest/gtest.h>
#include "path-info.hh"
#include "nar-info.hh"
#include "tests/characterization.hh"
#include "tests/libstore.hh"

View File

@ -2,6 +2,7 @@
#include "shared.hh"
#include "store-api.hh"
#include "common-args.hh"
#include "nar-info.hh"
#include <algorithm>
#include <array>