From 869324681f5cbee4600aeb0dbf5c14b77c2a13fc Mon Sep 17 00:00:00 2001 From: alexstocks Date: Sun, 12 Jan 2025 09:38:24 +0800 Subject: [PATCH] add std::ignore header file --- src/std/memory_file.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/std/memory_file.cc b/src/std/memory_file.cc index 2434e9b..b42936d 100644 --- a/src/std/memory_file.cc +++ b/src/std/memory_file.cc @@ -9,8 +9,10 @@ #include #include #include + #include #include +#include #include "memory_file.h"