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/include/PostBuildLint_BuildInfo.h | |
| parent | c0ae9fee7e30cdd4898df22aecf5412b2d8f8ee6 (diff) | |
| download | vcpkg-b7bd8c3251dcb9ecf3f6c0201c2a513596ab09b1.tar.gz vcpkg-b7bd8c3251dcb9ecf3f6c0201c2a513596ab09b1.zip | |
Fix #include of Paragraph.h
Diffstat (limited to 'toolsrc/include/PostBuildLint_BuildInfo.h')
| -rw-r--r-- | toolsrc/include/PostBuildLint_BuildInfo.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/toolsrc/include/PostBuildLint_BuildInfo.h b/toolsrc/include/PostBuildLint_BuildInfo.h index 7dbadb147..bac024e01 100644 --- a/toolsrc/include/PostBuildLint_BuildInfo.h +++ b/toolsrc/include/PostBuildLint_BuildInfo.h @@ -1,7 +1,6 @@ #pragma once -#include <unordered_map> -#include "Paragraphs.h" +#include "filesystem_fs.h" #include "PostBuildLint_BuildPolicies.h" #include "opt_bool.h" #include "PostBuildLint_LinkageType.h" |
