mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-29 15:12:01 +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 <string>
|
||||||
#include <type_traits>
|
#include <type_traits>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
#include <algorithm>
|
||||||
|
|
||||||
#if __cplusplus <= 199711L && \
|
#if __cplusplus <= 199711L && \
|
||||||
(!defined(_MSC_VER) || _MSC_VER < 1600) && \
|
(!defined(_MSC_VER) || _MSC_VER < 1600) && \
|
||||||
|
|||||||
Reference in New Issue
Block a user