Skip to content

Commit 25fe6f1

Browse files
committed
* FIX [conf] Fix the error in compiling.
Signed-off-by: wangha <[email protected]>
1 parent 6a45cff commit 25fe6f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/supplemental/nanolib/conf_ver2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include <ctype.h>
1616
#include <string.h>
1717

18-
#ifdef SUPP_LICENSE_STD
18+
#if defined(SUPP_LICENSE_STD) || defined(SUPP_PARQUET)
1919
#include "supplemental/aes/aes.h"
2020
#include "supplemental/base64/base64.h"
2121
#endif

0 commit comments

Comments
 (0)