mirror of
https://github.com/vtnerd/monero-lws.git
synced 2025-05-11 13:22:20 +00:00
Move include to base.h
This commit is contained in:
parent
de9fbf2dcf
commit
d823b794c9
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
|
|
|
@ -33,7 +33,6 @@
|
||||||
#include <type_traits>
|
#include <type_traits>
|
||||||
#include <utility>
|
#include <utility>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <limits>
|
|
||||||
|
|
||||||
#include "wire/field.h"
|
#include "wire/field.h"
|
||||||
#include "wire/msgpack/base.h"
|
#include "wire/msgpack/base.h"
|
||||||
|
@ -58,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();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue