From cec42393bc5d0e254039bbf872d22c6c86c48728 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Fri, 7 Feb 2025 11:34:59 +0800 Subject: [PATCH] Fix build for gcc 15 --- src/SerializedValues.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/SerializedValues.hpp b/src/SerializedValues.hpp index c17210ba7..f7e5bb264 100644 --- a/src/SerializedValues.hpp +++ b/src/SerializedValues.hpp @@ -18,6 +18,8 @@ #pragma once +#include + #include "Common.hpp" #include "SerializableDict.hpp"