summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorgwvo <wvo@google.com>2015-05-20 15:01:53 -0700
committergwvo <wvo@google.com>2015-05-20 15:01:53 -0700
commit36f9b1ec910ab59ba6824a339617037c7bb55453 (patch)
tree2bcf5c75cb9ece5a05665c769906a315d1a02f33 /include
parent2535a3aa3a5e4817a088c767b2c7c5916806cbe3 (diff)
parent7bcd99451ff8bcc41e5ef38b89d45ca6cec36eed (diff)
downloadflatbuffers-36f9b1ec910ab59ba6824a339617037c7bb55453.tar.gz
flatbuffers-36f9b1ec910ab59ba6824a339617037c7bb55453.tar.bz2
flatbuffers-36f9b1ec910ab59ba6824a339617037c7bb55453.zip
Merge pull request #207 from zachreizner/header
Add include for cstdlib for std::bsearch definition
Diffstat (limited to 'include')
-rw-r--r--include/flatbuffers/flatbuffers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/flatbuffers/flatbuffers.h b/include/flatbuffers/flatbuffers.h
index 60a23961..6f120f6b 100644
--- a/include/flatbuffers/flatbuffers.h
+++ b/include/flatbuffers/flatbuffers.h
@@ -21,6 +21,7 @@
#include <cstdint>
#include <cstddef>
+#include <cstdlib>
#include <cstring>
#include <string>
#include <type_traits>