Skip to content

Commit

Permalink
Add missing Bytestring.hpp include in msgpack\Writer.hpp (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnsiV01 authored Feb 20, 2025
1 parent 53f7a3b commit 33eac03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/rfl/msgpack/Writer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include "../Ref.hpp"
#include "../Result.hpp"
#include "../always_false.hpp"
#include "../Bytestring.hpp"

namespace rfl::msgpack {

Expand Down

0 comments on commit 33eac03

Please sign in to comment.