mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 04:04:19 +00:00
Fix compilation with VS 2013 missing header
This commit is contained in:
committed by
Wouter van Oortmerssen
parent
66de19ace8
commit
66583e8a3f
@@ -24,6 +24,7 @@
|
||||
#include <string>
|
||||
#include <type_traits>
|
||||
#include <vector>
|
||||
#include <algorithm>
|
||||
|
||||
#if __cplusplus <= 199711L && \
|
||||
(!defined(_MSC_VER) || _MSC_VER < 1600) && \
|
||||
|
||||
Reference in New Issue
Block a user