We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9420461 commit 259fb05Copy full SHA for 259fb05
2 files changed
include/rfl/yas/Reader.hpp
@@ -8,6 +8,7 @@
8
#include <type_traits>
9
#include <yas/binary_iarchive.hpp>
10
#include <yas/mem_streams.hpp>
11
+#include <yas/std_types.hpp>
12
13
#include "../Result.hpp"
14
#include "../always_false.hpp"
include/rfl/yas/Writer.hpp
@@ -9,6 +9,7 @@
#include <vector>
#include <yas/binary_oarchive.hpp>
#include "../Bytestring.hpp"
15
0 commit comments