Fixed missing <functional> header (VS). v1.0.2
authorWouter van Oortmerssen <wvo@google.com>
Wed, 3 Sep 2014 23:39:22 +0000 (16:39 -0700)
committerWouter van Oortmerssen <wvo@google.com>
Wed, 3 Sep 2014 23:39:22 +0000 (16:39 -0700)
Change-Id: I89d0f9b18bfe4d27be325c7f7205dee14bc7e1be
Tested: on Windows.

include/flatbuffers/idl.h

index 4e0bc3f..272fd2c 100644 (file)
@@ -19,6 +19,7 @@
 
 #include <map>
 #include <memory>
+#include <functional>
 
 #include "flatbuffers/flatbuffers.h"