From 7b0db9ca01765c0b2fdbc3c7afee122a478527a7 Mon Sep 17 00:00:00 2001 From: Nicklas Larsson Date: Fri, 16 Aug 2024 16:57:55 +0200 Subject: [PATCH] add missing #include --- lib/gis/timestamp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/gis/timestamp.c b/lib/gis/timestamp.c index 45a961565e1..7c875db2ce2 100644 --- a/lib/gis/timestamp.c +++ b/lib/gis/timestamp.c @@ -76,8 +76,10 @@ * \author Soeren Gebbert, vector timestamp implementation update */ +#include #include #include + #include #include #include