13 lines
349 B
Diff
13 lines
349 B
Diff
diff --git a/src/core/CLucene/document/DateTools.cpp b/src/core/CLucene/document/DateTools.cpp
|
|
index f99ab25..72cb74f 100644
|
|
--- a/src/core/CLucene/document/DateTools.cpp
|
|
+++ b/src/core/CLucene/document/DateTools.cpp
|
|
@@ -8,6 +8,7 @@
|
|
|
|
#include "DateTools.h"
|
|
#include "CLucene/util/Misc.h"
|
|
+#include <ctime>
|
|
|
|
CL_NS_USE(util)
|
|
CL_NS_DEF(document)
|