[fdb] add missing assert.h include (#229)
This commit is contained in:
parent
a4e68ae965
commit
fab8a16180
|
@ -12,6 +12,10 @@
|
||||||
#ifndef _FDB_DEF_H_
|
#ifndef _FDB_DEF_H_
|
||||||
#define _FDB_DEF_H_
|
#define _FDB_DEF_H_
|
||||||
|
|
||||||
|
#ifdef FDB_USING_NATIVE_ASSERT
|
||||||
|
#include <assert.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue