summaryrefslogtreecommitdiff
path: root/Source/cm_get_date.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cm_get_date.h')
-rw-r--r--Source/cm_get_date.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cm_get_date.h b/Source/cm_get_date.h
index 6acf8dea3b..38a690ee05 100644
--- a/Source/cm_get_date.h
+++ b/Source/cm_get_date.h
@@ -3,7 +3,7 @@
#ifndef cm_get_date_h
#define cm_get_date_h
-#include <time.h>
+#include <time.h> /* NOLINT(modernize-deprecated-headers) */
#ifdef __cplusplus
extern "C" {