aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include/PostBuildLint.h
diff options
context:
space:
mode:
Diffstat (limited to 'toolsrc/include/PostBuildLint.h')
-rw-r--r--toolsrc/include/PostBuildLint.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/toolsrc/include/PostBuildLint.h b/toolsrc/include/PostBuildLint.h
index b8afdd5a6..0ee47d0c1 100644
--- a/toolsrc/include/PostBuildLint.h
+++ b/toolsrc/include/PostBuildLint.h
@@ -1,8 +1,9 @@
#pragma once
#include "PackageSpec.h"
#include "VcpkgPaths.h"
+#include "vcpkg_Build.h"
namespace vcpkg::PostBuildLint
{
- size_t perform_all_checks(const PackageSpec& spec, const VcpkgPaths& paths);
+ size_t perform_all_checks(const PackageSpec& spec, const VcpkgPaths& paths, const Build::BuildInfo& build_info);
}