add missed compile option

This commit is contained in:
Hongze Cheng 2020-07-21 13:43:46 +08:00
parent 5716d72e32
commit 88ba2f4935
1 changed files with 3 additions and 1 deletions

View File

@ -263,7 +263,9 @@ typedef struct {
TSKEY minKey;
TSKEY maxKey;
SFileGroup fGroup;
#ifdef TSDB_IDX
SFile nIdxF;
#endif
SFile nHeadF;
SFile nLastF;
} SHelperFile;