Skip to content

Commit

Permalink
Updated variant_stream file guard
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackarain committed Sep 6, 2024
1 parent 3c8bf1f commit aa3a48f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions proxy/include/proxy/variant_stream.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 <type_traits>
Expand Down Expand Up @@ -115,4 +115,4 @@ namespace util {
};
}

#endif // INCLUDE__2023_10_18__BASE_STREAM_HPP
#endif // INCLUDE__2023_10_18__VARIANT_STREAM_HPP

0 comments on commit aa3a48f

Please sign in to comment.