mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-01 19:58:15 +00:00
Added missing assert.h to util.h.
This was only causing compiler errors on certain compiler configurations. Change-Id: I110fb8c896f74aae7ef739e9a29c636393dbbde2 Tested: on Linux and Windows.
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
#include <string>
|
||||
#include <sstream>
|
||||
#include <stdlib.h>
|
||||
#include <assert.h>
|
||||
#ifdef _WIN32
|
||||
#include <direct.h>
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user