ughgh
This commit is contained in:
parent
56154ad0b1
commit
8bd18187fc
1 changed files with 5 additions and 0 deletions
|
@ -4,8 +4,13 @@
|
|||
#include "src/core/package.hpp"
|
||||
|
||||
#include "src/util/defs.hpp"
|
||||
#include "src/util/error.hpp"
|
||||
#include "src/util/types.hpp"
|
||||
// clang-format on
|
||||
|
||||
using util::error::DracError, util::error::DracErrorCode;
|
||||
using util::types::u64, util::types::String, util::types::Result;
|
||||
|
||||
namespace {
|
||||
fn CountUniquePackages(const String& dbPath) -> Result<u64, DracError> {
|
||||
std::ifstream dbFile(dbPath);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue