enh: clear assert fix build error

This commit is contained in:
Alex Duan 2022-12-30 17:56:42 +08:00
parent df104b0801
commit 70bc3fbb08
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
*/
#include "trbtree.h"
#include "tlog.h"
static void tRBTreeRotateLeft(SRBTree *pTree, SRBTreeNode *x) {
SRBTreeNode *y = x->right;