From aa3a48fd70bec2e38c53cadf6dd17e5cd4c53329 Mon Sep 17 00:00:00 2001 From: Jackarain Date: Fri, 6 Sep 2024 15:44:21 +0800 Subject: [PATCH] Updated variant_stream file guard --- proxy/include/proxy/variant_stream.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/proxy/include/proxy/variant_stream.hpp b/proxy/include/proxy/variant_stream.hpp index 5a1790d6b..71fa3ccb9 100644 --- a/proxy/include/proxy/variant_stream.hpp +++ b/proxy/include/proxy/variant_stream.hpp @@ -5,8 +5,8 @@ // Email: jack.wgm at gmail dot com // -#ifndef INCLUDE__2023_10_18__BASE_STREAM_HPP -#define INCLUDE__2023_10_18__BASE_STREAM_HPP +#ifndef INCLUDE__2023_10_18__VARIANT_STREAM_HPP +#define INCLUDE__2023_10_18__VARIANT_STREAM_HPP #include @@ -115,4 +115,4 @@ namespace util { }; } -#endif // INCLUDE__2023_10_18__BASE_STREAM_HPP +#endif // INCLUDE__2023_10_18__VARIANT_STREAM_HPP