fixed some include paths

This commit is contained in:
Mindaugas Vinkelis
2020-04-15 12:45:02 +03:00
committed by Mindaugas Vinkelis
parent 541632fa9e
commit c556c75100
8 changed files with 8 additions and 8 deletions

View File

@@ -25,7 +25,7 @@
#define BITSERY_BRIEF_SYNTAX_H
#include "details/serialization_common.h"
#include "bitsery/details/brief_syntax_common.h"
#include "details/brief_syntax_common.h"
namespace bitsery {

View File

@@ -25,7 +25,7 @@
#define BITSERY_BRIEF_SYNTAX_TYPE_STD_ARRAY_H
#include "../traits/array.h"
#include "bitsery/details/brief_syntax_common.h"
#include "../details/brief_syntax_common.h"
namespace bitsery {
template<typename S, typename T, size_t N>

View File

@@ -25,7 +25,7 @@
#define BITSERY_BRIEF_SYNTAX_TYPE_STD_DEQUE_H
#include "../traits/deque.h"
#include "bitsery/details/brief_syntax_common.h"
#include "../details/brief_syntax_common.h"
namespace bitsery {
template<typename S, typename T, typename Allocator>

View File

@@ -25,7 +25,7 @@
#define BITSERY_BRIEF_SYNTAX_TYPE_STD_FORWARD_LIST_H
#include "../traits/forward_list.h"
#include "bitsery/details/brief_syntax_common.h"
#include "../details/brief_syntax_common.h"
namespace bitsery {
template<typename S, typename T, typename Allocator>

View File

@@ -25,7 +25,7 @@
#define BITSERY_BRIEF_SYNTAX_TYPE_STD_LIST_H
#include "../traits/list.h"
#include "bitsery/details/brief_syntax_common.h"
#include "../details/brief_syntax_common.h"
namespace bitsery {
template<typename S, typename T, typename Allocator>

View File

@@ -25,7 +25,7 @@
#define BITSERY_BRIEF_SYNTAX_TYPE_STD_STRING_H
#include "../traits/string.h"
#include "bitsery/details/brief_syntax_common.h"
#include "../details/brief_syntax_common.h"
namespace bitsery {
template<typename S, typename CharT, typename Traits, typename Allocator>

View File

@@ -25,7 +25,7 @@
#define BITSERY_BRIEF_SYNTAX_TYPE_STD_VECTOR_H
#include "../traits/vector.h"
#include "bitsery/details/brief_syntax_common.h"
#include "../details/brief_syntax_common.h"
namespace bitsery {
template<typename S, typename T, typename Allocator>

View File

@@ -25,7 +25,7 @@
#include <unordered_set>
#include "../traits/core/traits.h"
#include "bitsery/ext/utils/memory_resource.h"
#include "../ext/utils/memory_resource.h"
namespace bitsery {