diff options
Diffstat (limited to 'toolsrc/src')
| -rw-r--r-- | toolsrc/src/PostBuildLint_BuildInfo.cpp | 1 | ||||
| -rw-r--r-- | toolsrc/src/commands_build.cpp | 2 | ||||
| -rw-r--r-- | toolsrc/src/commands_ci.cpp | 1 | ||||
| -rw-r--r-- | toolsrc/src/commands_install.cpp | 2 | ||||
| -rw-r--r-- | toolsrc/src/commands_portsdiff.cpp | 2 | ||||
| -rw-r--r-- | toolsrc/src/vcpkg_Dependencies.cpp | 2 |
6 files changed, 6 insertions, 4 deletions
diff --git a/toolsrc/src/PostBuildLint_BuildInfo.cpp b/toolsrc/src/PostBuildLint_BuildInfo.cpp index 7308c9bac..0d1d480b8 100644 --- a/toolsrc/src/PostBuildLint_BuildInfo.cpp +++ b/toolsrc/src/PostBuildLint_BuildInfo.cpp @@ -3,6 +3,7 @@ #include "vcpkg_Checks.h" #include "opt_bool.h" #include "vcpkglib_helpers.h" +#include "Paragraphs.h" namespace vcpkg::PostBuildLint { diff --git a/toolsrc/src/commands_build.cpp b/toolsrc/src/commands_build.cpp index 310a9c829..e51d519f8 100644 --- a/toolsrc/src/commands_build.cpp +++ b/toolsrc/src/commands_build.cpp @@ -9,7 +9,7 @@ #include "vcpkg_Environment.h" #include "metrics.h" #include "vcpkg_Enums.h" -#include "PostBuildLint_BuildInfo.h" +#include "Paragraphs.h" namespace vcpkg::Commands::Build { diff --git a/toolsrc/src/commands_ci.cpp b/toolsrc/src/commands_ci.cpp index d75d4b787..a1a0f053d 100644 --- a/toolsrc/src/commands_ci.cpp +++ b/toolsrc/src/commands_ci.cpp @@ -8,6 +8,7 @@ #include "vcpkg_Input.h" #include "vcpkg_Chrono.h" #include "PostBuildLint_BuildInfo.h" +#include "Paragraphs.h" namespace vcpkg::Commands::CI { diff --git a/toolsrc/src/commands_install.cpp b/toolsrc/src/commands_install.cpp index 283de8785..24fa5edc0 100644 --- a/toolsrc/src/commands_install.cpp +++ b/toolsrc/src/commands_install.cpp @@ -7,7 +7,7 @@ #include "vcpkg_System.h" #include "vcpkg_Dependencies.h" #include "vcpkg_Input.h" -#include "PostBuildLint_BuildInfo.h" +#include "Paragraphs.h" namespace vcpkg::Commands::Install { diff --git a/toolsrc/src/commands_portsdiff.cpp b/toolsrc/src/commands_portsdiff.cpp index a927f145d..06a1f6c60 100644 --- a/toolsrc/src/commands_portsdiff.cpp +++ b/toolsrc/src/commands_portsdiff.cpp @@ -4,7 +4,7 @@ #include "vcpkg_Maps.h" #include "SourceParagraph.h" #include "vcpkg_Environment.h" -#include "PostBuildLint_BuildInfo.h" +#include "Paragraphs.h" namespace vcpkg::Commands::PortsDiff { diff --git a/toolsrc/src/vcpkg_Dependencies.cpp b/toolsrc/src/vcpkg_Dependencies.cpp index e9c88523e..e8bf10617 100644 --- a/toolsrc/src/vcpkg_Dependencies.cpp +++ b/toolsrc/src/vcpkg_Dependencies.cpp @@ -5,7 +5,7 @@ #include "package_spec.h" #include "StatusParagraphs.h" #include "vcpkg_Files.h" -#include "PostBuildLint_BuildInfo.h" +#include "Paragraphs.h" namespace vcpkg::Dependencies { |
