mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-22 10:37:10 +01: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()
|