mirror of
https://codeberg.org/wownero/wownero-lws
synced 2026-01-09 23:25:16 -08:00
Fix Slackware build (#68)
This commit is contained in:
committed by
Lee *!* Clagett
parent
3ad71ba01e
commit
6ff7e84257
@@ -29,6 +29,7 @@
|
|||||||
|
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
#include <limits>
|
||||||
#include <tuple>
|
#include <tuple>
|
||||||
|
|
||||||
#include "byte_slice.h"
|
#include "byte_slice.h"
|
||||||
|
|||||||
@@ -57,7 +57,7 @@ namespace wire
|
|||||||
else
|
else
|
||||||
throw_logic_error();
|
throw_logic_error();
|
||||||
}
|
}
|
||||||
|
|
||||||
//! Skips next value. \throw wire::exception if invalid JSON syntax.
|
//! Skips next value. \throw wire::exception if invalid JSON syntax.
|
||||||
void skip_value();
|
void skip_value();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user