1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-15 23:12:44 +01:00

Add two missing #include "nar-info.hh"

GitHub's racy CI caused this oversight to sneak through.
This commit is contained in:
John Ericson 2023-12-01 10:20:19 -05:00
parent dfa219d03b
commit d59bdbe4fd
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"