Fixing broken link and added missing <map> header include. (#4199)

This commit is contained in:
Zarian Waheed
2017-03-03 09:47:52 -08:00
committed by Wouter van Oortmerssen
parent 640b525e83
commit ac106e835c
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -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"