From b7bd8c3251dcb9ecf3f6c0201c2a513596ab09b1 Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Mon, 27 Feb 2017 15:52:57 -0800 Subject: Fix #include of Paragraph.h --- toolsrc/src/commands_portsdiff.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolsrc/src/commands_portsdiff.cpp') 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 { -- cgit v1.2.3