Commit d863df86 authored by Wouter van Oortmerssen's avatar Wouter van Oortmerssen

Merge pull request #230 from aeneid/master

included stdio.h in include/flatbuffers/hash.h
parents 8833255e 48346347
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
#include <sstream> #include <sstream>
#include <string> #include <string>
#include "flatbuffers/hash.h" #include "flatbuffers/hash.h"
#include <stdio.h>
enum OutputFormat { enum OutputFormat {
kDecimal, kDecimal,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment