mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:39:06 +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()
|