From acea07e3eccba2bb0f525e4e54da77f568240d9f Mon Sep 17 00:00:00 2001 From: Marco van Dijk Date: Mon, 5 Aug 2024 15:17:21 +0200 Subject: [PATCH] Util: add `fstream` import, which was removed from `urireader` --- lib/util.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/util.cpp b/lib/util.cpp index 012ea106..e488e4aa 100644 --- a/lib/util.cpp +++ b/lib/util.cpp @@ -20,6 +20,7 @@ #endif #include #include +#include #define RAXHDR_FIELDOFFSET p[1] #define RAX_REQDFIELDS_LEN 36