aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/commands_build.cpp
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-02-01 13:24:06 -0800
committerAlexander Karatarakis <alkarata@microsoft.com>2017-02-01 17:54:48 -0800
commit9086fcebdf43ad01892c8f96afc5e676f9b72135 (patch)
tree5f7b295e1f260fdcefa9d68c0fcadb272e354aa0 /toolsrc/src/commands_build.cpp
parenta3eaed8f1faacc03dc5abb56d2117096d3413735 (diff)
downloadvcpkg-9086fcebdf43ad01892c8f96afc5e676f9b72135.tar.gz
vcpkg-9086fcebdf43ad01892c8f96afc5e676f9b72135.zip
Rename files in PostBuildLint namespace
Diffstat (limited to 'toolsrc/src/commands_build.cpp')
-rw-r--r--toolsrc/src/commands_build.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/commands_build.cpp b/toolsrc/src/commands_build.cpp
index ccc3c8d9f..c5a278450 100644
--- a/toolsrc/src/commands_build.cpp
+++ b/toolsrc/src/commands_build.cpp
@@ -3,7 +3,7 @@
#include "StatusParagraphs.h"
#include "vcpkglib.h"
#include "vcpkg_Input.h"
-#include "post_build_lint.h"
+#include "PostBuildLint.h"
#include "vcpkg_Dependencies.h"
#include "vcpkg_System.h"
#include "vcpkg_Environment.h"