From 8e8356cf618a6762f7434414131ee568ef0d1e2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Edelbo?= Date: Mon, 17 Jun 2024 15:02:17 +0200 Subject: [PATCH] Fix compilation --- src/realm/db.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/realm/db.hpp b/src/realm/db.hpp index 7613a4c367b..99a223b5d1a 100644 --- a/src/realm/db.hpp +++ b/src/realm/db.hpp @@ -37,6 +37,7 @@ #include #include #include +#include namespace realm {