mirror of
https://github.com/fraillt/bitsery.git
synced 2026-08-06 13:29:23 +00:00
flexible syntax
This commit is contained in:
@@ -25,9 +25,12 @@
|
||||
#include <gmock/gmock.h>
|
||||
#include <algorithm>
|
||||
#include <numeric>
|
||||
#include <deque>
|
||||
#include <list>
|
||||
// #include <deque>
|
||||
#include "serialization_test_utils.h"
|
||||
#include <bitsery/traits/array.h>
|
||||
#include <bitsery/traits/list.h>
|
||||
#include <bitsery/traits/deque.h>
|
||||
|
||||
|
||||
|
||||
using testing::ContainerEq;
|
||||
|
||||
Reference in New Issue
Block a user