summaryrefslogtreecommitdiff
path: root/test/unit
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit')
-rw-r--r--test/unit/t_value.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/unit/t_value.cc b/test/unit/t_value.cc
index 2daedcb1..398e075b 100644
--- a/test/unit/t_value.cc
+++ b/test/unit/t_value.cc
@@ -6,6 +6,10 @@
#include "value.h"
+#ifdef _WIN32
+#include "strptime.h"
+#endif
+
using namespace ledger;
struct value_fixture {