mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 12:29:07 +08:00
13 lines
263 B
Diff
13 lines
263 B
Diff
diff --git a/source/datetime.cpp b/source/datetime.cpp
|
|
index e6e8fa5..c3ae852 100644
|
|
--- a/source/datetime.cpp
|
|
+++ b/source/datetime.cpp
|
|
@@ -15,6 +15,7 @@
|
|
#include <windows.h>
|
|
#endif
|
|
#include <array>
|
|
+#include <stdexcept>
|
|
|
|
namespace {
|
|
std::tm localtime()
|