Fix Slackware build (#68)

This commit is contained in:
TrasherDK 2023-04-24 04:08:31 +07:00 committed by Lee *!* Clagett
parent 3ad71ba01e
commit 6ff7e84257
2 changed files with 2 additions and 1 deletions

View file

@ -29,6 +29,7 @@
#include <cstdint>
#include <string>
#include <limits>
#include <tuple>
#include "byte_slice.h"

View file

@ -57,7 +57,7 @@ namespace wire
else
throw_logic_error();
}
//! Skips next value. \throw wire::exception if invalid JSON syntax.
void skip_value();