diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-02-01 13:54:08 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-02-01 17:54:49 -0800 |
| commit | 1d34facb84812bd478f2320857a5a7a3ed327bbf (patch) | |
| tree | fd298e069666feceb80aadb1af22da7bd4e2d3fb /toolsrc/src/PostBuildLint.cpp | |
| parent | 0a0a17b7f9eb2aca7f999de1c4b8c63428e1eadf (diff) | |
| download | vcpkg-1d34facb84812bd478f2320857a5a7a3ed327bbf.tar.gz vcpkg-1d34facb84812bd478f2320857a5a7a3ed327bbf.zip | |
Split OutdatedDynamicCrt into separate h/cpp
Diffstat (limited to 'toolsrc/src/PostBuildLint.cpp')
| -rw-r--r-- | toolsrc/src/PostBuildLint.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toolsrc/src/PostBuildLint.cpp b/toolsrc/src/PostBuildLint.cpp index e7e976383..5954089e9 100644 --- a/toolsrc/src/PostBuildLint.cpp +++ b/toolsrc/src/PostBuildLint.cpp @@ -6,6 +6,8 @@ #include "vcpkg_Environment.h" #include "coff_file_reader.h" #include "PostBuildLint_BuildInfo.h" +#include "PostBuildLint_BuildType.h" +#include "PostBuildLint_OutdatedDynamicCrt.h" namespace vcpkg::PostBuildLint { |
