From d233b38008f30cb671fe03f14963806ffcbf99cb Mon Sep 17 00:00:00 2001 From: Wouter van Oortmerssen Date: Thu, 9 Nov 2017 15:47:44 -0800 Subject: [PATCH] Made stl_emulation.h usable by itself. Change-Id: I1d9d301412fe0a036f12eb2cc82a3fbee5bb838d --- include/flatbuffers/stl_emulation.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/flatbuffers/stl_emulation.h b/include/flatbuffers/stl_emulation.h index 2a6fbb76b..bacb2244b 100644 --- a/include/flatbuffers/stl_emulation.h +++ b/include/flatbuffers/stl_emulation.h @@ -20,6 +20,8 @@ #include #include #include +#include +#include #if defined(_STLPORT_VERSION) && !defined(FLATBUFFERS_CPP98_STL) #define FLATBUFFERS_CPP98_STL