mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-30 16:00:01 +00:00
Fixing broken link and added missing <map> header include. (#4199)
This commit is contained in:
committed by
Wouter van Oortmerssen
parent
640b525e83
commit
ac106e835c
@@ -125,7 +125,7 @@ map["unknown"].IsNull(); // true
|
|||||||
# Binary encoding
|
# Binary encoding
|
||||||
|
|
||||||
A description of how FlexBuffers are encoded is in the
|
A description of how FlexBuffers are encoded is in the
|
||||||
[internals](@ref flatbuffers_internals) document.
|
[internals](Internals.md#flexbuffers) document.
|
||||||
|
|
||||||
|
|
||||||
# Efficiency tips
|
# Efficiency tips
|
||||||
|
|||||||
@@ -17,6 +17,7 @@
|
|||||||
#ifndef FLATBUFFERS_FLEXBUFFERS_H_
|
#ifndef FLATBUFFERS_FLEXBUFFERS_H_
|
||||||
#define FLATBUFFERS_FLEXBUFFERS_H_
|
#define FLATBUFFERS_FLEXBUFFERS_H_
|
||||||
|
|
||||||
|
#include <map>
|
||||||
// We use the basic binary writing functions from the regular FlatBuffers.
|
// We use the basic binary writing functions from the regular FlatBuffers.
|
||||||
#include "flatbuffers/flatbuffers.h"
|
#include "flatbuffers/flatbuffers.h"
|
||||||
#include "flatbuffers/util.h"
|
#include "flatbuffers/util.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user