diff options
Diffstat (limited to 'toolsrc/include/vcpkg_System.h')
| -rw-r--r-- | toolsrc/include/vcpkg_System.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toolsrc/include/vcpkg_System.h b/toolsrc/include/vcpkg_System.h index 41ede55e6..57d159bb5 100644 --- a/toolsrc/include/vcpkg_System.h +++ b/toolsrc/include/vcpkg_System.h @@ -7,6 +7,8 @@ namespace vcpkg::System { + tm get_current_date_time(); + fs::path get_exe_path_of_current_process(); struct ExitCodeAndOutput |
