diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-02-27 15:52:57 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-02-27 15:54:06 -0800 |
| commit | b7bd8c3251dcb9ecf3f6c0201c2a513596ab09b1 (patch) | |
| tree | 40a484fd58dd868561a3927d59cf321a1903ceb4 /toolsrc/src/commands_install.cpp | |
| parent | c0ae9fee7e30cdd4898df22aecf5412b2d8f8ee6 (diff) | |
| download | vcpkg-b7bd8c3251dcb9ecf3f6c0201c2a513596ab09b1.tar.gz vcpkg-b7bd8c3251dcb9ecf3f6c0201c2a513596ab09b1.zip | |
Fix #include of Paragraph.h
Diffstat (limited to 'toolsrc/src/commands_install.cpp')
| -rw-r--r-- | toolsrc/src/commands_install.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |
