diff options
| author | nicole mazzuca <mazzucan@outlook.com> | 2020-07-06 16:45:34 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-06 16:45:34 -0700 |
| commit | 6a41626eaf33d2f3392e06d98a94c630bfc30977 (patch) | |
| tree | fb92f59f27b99c56ed48f6cae649468b4407a073 /toolsrc/include/pch.h | |
| parent | ae4968fad40e8c14541dae89c481ec32c0500426 (diff) | |
| download | vcpkg-6a41626eaf33d2f3392e06d98a94c630bfc30977.tar.gz vcpkg-6a41626eaf33d2f3392e06d98a94c630bfc30977.zip | |
[vcpkg] Format the C++ in CI (#11655)
* [vcpkg] Format the C++ in the CI
* format the C++
* CR
Diffstat (limited to 'toolsrc/include/pch.h')
| -rw-r--r-- | toolsrc/include/pch.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/toolsrc/include/pch.h b/toolsrc/include/pch.h index 46ba6fa37..f92792411 100644 --- a/toolsrc/include/pch.h +++ b/toolsrc/include/pch.h @@ -1,8 +1,9 @@ #pragma once -#include <vcpkg/base/pragmas.h> #include <vcpkg/base/system_headers.h> +#include <vcpkg/base/pragmas.h> + #if defined(_WIN32) #include <process.h> #include <shellapi.h> @@ -49,9 +50,10 @@ #include <sys/time.h> #endif +#include <time.h> + #include <system_error> #include <thread> -#include <time.h> #include <type_traits> #include <unordered_map> #include <unordered_set> |
