From df608c8ffa868519780755455c1d1179cd147112 Mon Sep 17 00:00:00 2001 From: James Stone Date: Fri, 25 Aug 2023 13:32:03 -0700 Subject: [PATCH] add array include --- src/realm/timestamp.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/realm/timestamp.hpp b/src/realm/timestamp.hpp index bc0d2855802..5e77f2717fe 100644 --- a/src/realm/timestamp.hpp +++ b/src/realm/timestamp.hpp @@ -19,6 +19,7 @@ #ifndef REALM_TIMESTAMP_HPP #define REALM_TIMESTAMP_HPP +#include #include #include #include