aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src
diff options
context:
space:
mode:
authorVictor Romero <romerosanchezv@gmail.com>2020-02-12 14:25:47 -0800
committerVictor Romero <romerosanchezv@gmail.com>2020-02-12 14:25:47 -0800
commitb9273daa2049b1cf51976806a5f6848145ae0aa6 (patch)
tree0c425457b68e583b3891acb4da737e95c119145b /toolsrc/src
parent3d841c9b6a67edf2126c68698a9f05b5d1b5fbcd (diff)
downloadvcpkg-b9273daa2049b1cf51976806a5f6848145ae0aa6.tar.gz
vcpkg-b9273daa2049b1cf51976806a5f6848145ae0aa6.zip
Add binarycaching.(h|cpp) to project files
Diffstat (limited to 'toolsrc/src')
-rw-r--r--toolsrc/src/vcpkg/binarycaching.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/toolsrc/src/vcpkg/binarycaching.cpp b/toolsrc/src/vcpkg/binarycaching.cpp
index dd8770330..659681c9e 100644
--- a/toolsrc/src/vcpkg/binarycaching.cpp
+++ b/toolsrc/src/vcpkg/binarycaching.cpp
@@ -1,3 +1,5 @@
+#include "pch.h"
+
#include <vcpkg/base/checks.h>
#include <vcpkg/base/files.h>
#include <vcpkg/base/system.print.h>