This commit is contained in:
Derek Bailey
2021-11-19 17:01:48 -08:00
committed by GitHub
parent 256ab3798d
commit e89de4411d
16 changed files with 212 additions and 252 deletions

View File

@@ -17,6 +17,7 @@
#ifndef FLATBUFFERS_IDL_H_
#define FLATBUFFERS_IDL_H_
#include <functional>
#include <map>
#include <memory>
#include <stack>
@@ -27,8 +28,6 @@
#include "flatbuffers/hash.h"
#include "flatbuffers/reflection.h"
#include <functional>
// This file defines the data types representing a parsed IDL (Interface
// Definition Language) / schema file.