blob: 3b8773f5fef57d0018474518cb6deba558922dd5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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()
|