mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-01 19:58:15 +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
|
||||
|
||||
A description of how FlexBuffers are encoded is in the
|
||||
[internals](@ref flatbuffers_internals) document.
|
||||
[internals](Internals.md#flexbuffers) document.
|
||||
|
||||
|
||||
# Efficiency tips
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
#ifndef FLATBUFFERS_FLEXBUFFERS_H_
|
||||
#define FLATBUFFERS_FLEXBUFFERS_H_
|
||||
|
||||
#include <map>
|
||||
// We use the basic binary writing functions from the regular FlatBuffers.
|
||||
#include "flatbuffers/flatbuffers.h"
|
||||
#include "flatbuffers/util.h"
|
||||
|
||||
Reference in New Issue
Block a user