aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/commands_ci.cpp
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-02-16 16:32:14 -0800
committerAlexander Karatarakis <alkarata@microsoft.com>2017-02-16 16:32:36 -0800
commite16084cc8d15b0c042871b0d1cffa6320a1681d4 (patch)
treea06678cd3da99fca13374bebe6e73c36bce1245f /toolsrc/src/commands_ci.cpp
parenta62558fb793a0c8e31c189f8f5eebe3fc5c83f58 (diff)
downloadvcpkg-e16084cc8d15b0c042871b0d1cffa6320a1681d4.tar.gz
vcpkg-e16084cc8d15b0c042871b0d1cffa6320a1681d4.zip
Rename Stopwatch.h/cpp to vcpkg_Chrono.h/cpp
Diffstat (limited to 'toolsrc/src/commands_ci.cpp')
-rw-r--r--toolsrc/src/commands_ci.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/commands_ci.cpp b/toolsrc/src/commands_ci.cpp
index f207eeaaa..ea2c707c7 100644
--- a/toolsrc/src/commands_ci.cpp
+++ b/toolsrc/src/commands_ci.cpp
@@ -6,7 +6,7 @@
#include "vcpkg_System.h"
#include "vcpkg_Dependencies.h"
#include "vcpkg_Input.h"
-#include "Stopwatch.h"
+#include "vcpkg_Chrono.h"
namespace vcpkg::Commands::CI
{