diff options
Diffstat (limited to 'toolsrc/include/PostBuildLint.h')
| -rw-r--r-- | toolsrc/include/PostBuildLint.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolsrc/include/PostBuildLint.h b/toolsrc/include/PostBuildLint.h index 1f96b02f1..b8afdd5a6 100644 --- a/toolsrc/include/PostBuildLint.h +++ b/toolsrc/include/PostBuildLint.h @@ -1,8 +1,8 @@ #pragma once #include "PackageSpec.h" -#include "vcpkg_paths.h" +#include "VcpkgPaths.h" namespace vcpkg::PostBuildLint { - size_t perform_all_checks(const PackageSpec& spec, const vcpkg_paths& paths); + size_t perform_all_checks(const PackageSpec& spec, const VcpkgPaths& paths); } |
