Update variant header from oxenmq to oxenc

The latest oxenmq dropped the long-deprecated compat header.
This commit is contained in:
Jason Rhinelander 2022-10-13 13:37:23 -03:00
parent 43343f3b90
commit 5b4a60b412
No known key found for this signature in database
GPG Key ID: C4992CE7A88D4262
6 changed files with 6 additions and 6 deletions

View File

@ -31,7 +31,7 @@
#include "../pragma_comp_defs.h"
#include "portable_storage_base.h"
#include <oxenc/endian.h>
#include <oxenmq/variant.h>
#include <oxenc/variant.h>
#include <limits>
namespace epee

View File

@ -1,6 +1,6 @@
#include "epee/storages/portable_storage_to_json.h"
#include "epee/storages/portable_storage.h"
#include <oxenmq/variant.h>
#include <oxenc/variant.h>
namespace epee {
namespace serialization {

View File

@ -1,6 +1,6 @@
#pragma once
#include <string>
#include <oxenmq/variant.h>
#include <oxenc/variant.h>
#include <array>
#include <typeinfo>
#ifdef __GNUG__

View File

@ -2,7 +2,7 @@
#include "http_server.h"
#include <chrono>
#include <exception>
#include <oxenmq/variant.h>
#include <oxenc/variant.h>
#include "common/command_line.h"
#include "common/string_util.h"
#include "cryptonote_config.h"

View File

@ -5,7 +5,7 @@
// interchangeable).
//
#include <oxenmq/variant.h>
#include <oxenc/variant.h>
#include <boost/archive/archive_exception.hpp>

View File

@ -36,7 +36,7 @@
*/
#pragma once
#include <oxenmq/variant.h>
#include <oxenc/variant.h>
#include "serialization.h"
#include "common/meta.h"