Fix flatc build for msvc.

(from CL 117010760)

Change-Id: I0ee77cf87d0cb00b94887356745b85423b1375a6
This commit is contained in:
Wouter van Oortmerssen
2016-03-30 17:21:48 -07:00
parent 7523e4ad49
commit 1c1d079113

View File

@@ -21,6 +21,7 @@
#include <iomanip>
#include <string>
#include <sstream>
#include <stdint.h>
#include <stdlib.h>
#include <assert.h>
#ifdef _WIN32