Fixed missing <functional> header (VS).

Change-Id: I89d0f9b18bfe4d27be325c7f7205dee14bc7e1be
Tested: on Windows.
This commit is contained in:
Wouter van Oortmerssen 2014-09-03 16:39:22 -07:00
parent 9f506f57c0
commit ea57dfe897
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
#include <map> #include <map>
#include <memory> #include <memory>
#include <functional>
#include "flatbuffers/flatbuffers.h" #include "flatbuffers/flatbuffers.h"