mirror of
https://github.com/vtnerd/monero-lws.git
synced 2024-12-22 19:39:23 +00:00
Fix Slackware build (#68)
This commit is contained in:
parent
3ad71ba01e
commit
6ff7e84257
2 changed files with 2 additions and 1 deletions
|
@ -29,6 +29,7 @@
|
|||
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
#include <limits>
|
||||
#include <tuple>
|
||||
|
||||
#include "byte_slice.h"
|
||||
|
|
|
@ -57,7 +57,7 @@ namespace wire
|
|||
else
|
||||
throw_logic_error();
|
||||
}
|
||||
|
||||
|
||||
//! Skips next value. \throw wire::exception if invalid JSON syntax.
|
||||
void skip_value();
|
||||
|
||||
|
|
Loading…
Reference in a new issue