Skip to content

Commit

Permalink
Fix Slackware build (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
trasherdk authored and vtnerd committed Aug 3, 2023
1 parent 3ad71ba commit 6ff7e84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/wire/msgpack/base.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@

#include <cstdint>
#include <string>
#include <limits>
#include <tuple>

#include "byte_slice.h"
Expand Down
2 changes: 1 addition & 1 deletion src/wire/msgpack/read.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ namespace wire
else
throw_logic_error();
}

//! Skips next value. \throw wire::exception if invalid JSON syntax.
void skip_value();

Expand Down

0 comments on commit 6ff7e84

Please sign in to comment.