From ea6be1eb51f500fcf1da32f41493d05d6befc167 Mon Sep 17 00:00:00 2001 From: Simon Richter Date: Mon, 25 May 2026 01:34:33 +0900 Subject: [PATCH] Add a missing include Newer GCC is a bit more picky, so this needs to be included explicitly. Signed-off-by: Simon Richter --- lib/include/prjxray/memory_mapped_file.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/include/prjxray/memory_mapped_file.h b/lib/include/prjxray/memory_mapped_file.h index 6aeb82108..32691d70c 100644 --- a/lib/include/prjxray/memory_mapped_file.h +++ b/lib/include/prjxray/memory_mapped_file.h @@ -13,6 +13,8 @@ #include #include +#include + #include namespace prjxray {