Skip to content

Commit 27638bb

Browse files
committed
Include cmake.h in Datetime.h
Signed-off-by: Thomas Lauf <[email protected]>
1 parent 9fc72ea commit 27638bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Datetime.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
#include <ctime>
3232
#include <cstdint>
3333
#include <string>
34+
#include <cmake.h> // needed, see https://github.com/GothenburgBitFactory/timewarrior/issues/703
3435

3536
#define EPOCH_MIN_VALUE 315532800 // 1980-01-01T00:00:00Z
3637
#define EPOCH_MAX_VALUE 253402293599 // 9999-12-31, 23:59:59 AoE

0 commit comments

Comments
 (0)