mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-22 18:55:29 +03:00
12 lines
317 B
Diff
12 lines
317 B
Diff
diff --git a/es-core/src/utils/TimeUtil.h b/es-core/src/utils/TimeUtil.h
|
|
index 9b44207..db69ad3 100644
|
|
--- a/es-core/src/utils/TimeUtil.h
|
|
+++ b/es-core/src/utils/TimeUtil.h
|
|
@@ -2,6 +2,7 @@
|
|
#ifndef ES_CORE_UTILS_TIME_UTIL_H
|
|
#define ES_CORE_UTILS_TIME_UTIL_H
|
|
|
|
+#include <ctime>
|
|
#include <string>
|
|
|
|
namespace Utils
|