aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/commands_portsdiff.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'toolsrc/src/commands_portsdiff.cpp')
-rw-r--r--toolsrc/src/commands_portsdiff.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/toolsrc/src/commands_portsdiff.cpp b/toolsrc/src/commands_portsdiff.cpp
index e15db3567..fdbaec0ac 100644
--- a/toolsrc/src/commands_portsdiff.cpp
+++ b/toolsrc/src/commands_portsdiff.cpp
@@ -7,6 +7,7 @@
#include <iostream>
#include <iomanip>
#include <set>
+#include "Paragraphs.h"
namespace vcpkg
{
@@ -52,7 +53,7 @@ namespace vcpkg
try
{
- auto pghs = get_paragraphs(path / "CONTROL");
+ auto pghs = Paragraphs::get_paragraphs(path / "CONTROL");
if (pghs.empty())
continue;
auto srcpgh = SourceParagraph(pghs[0]);