enh: clear assert fix build error
This commit is contained in:
parent
df104b0801
commit
70bc3fbb08
|
@ -14,6 +14,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "trbtree.h"
|
#include "trbtree.h"
|
||||||
|
#include "tlog.h"
|
||||||
|
|
||||||
static void tRBTreeRotateLeft(SRBTree *pTree, SRBTreeNode *x) {
|
static void tRBTreeRotateLeft(SRBTree *pTree, SRBTreeNode *x) {
|
||||||
SRBTreeNode *y = x->right;
|
SRBTreeNode *y = x->right;
|
||||||
|
|
Loading…
Reference in New Issue