Commit ac106e83 authored by Zarian Waheed's avatar Zarian Waheed Committed by Wouter van Oortmerssen

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

parent 640b525e
...@@ -125,7 +125,7 @@ map["unknown"].IsNull(); // true ...@@ -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 @@ ...@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment