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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolsrc/include/PostBuildLint.h b/toolsrc/include/PostBuildLint.h
index 73c8ec54b..1f96b02f1 100644
--- a/toolsrc/include/PostBuildLint.h
+++ b/toolsrc/include/PostBuildLint.h
@@ -1,8 +1,8 @@
#pragma once
-#include "package_spec.h"
+#include "PackageSpec.h"
#include "vcpkg_paths.h"
namespace vcpkg::PostBuildLint
{
- size_t perform_all_checks(const package_spec& spec, const vcpkg_paths& paths);
+ size_t perform_all_checks(const PackageSpec& spec, const vcpkg_paths& paths);
}