Skip to content

Commit 5127702

Browse files
committed
修复错误
1 parent 35c7bfa commit 5127702

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sqlite.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#include <covscript/cni.hpp>
2323
#include <covscript/extension.hpp>
2424
#include <covscript/extensions/char.hpp>
25+
#include <covscript/extensions/array.hpp>
2526
#include <covscript/extensions/string.hpp>
2627
#include <covscript/extensions/exception.hpp>
2728

@@ -154,6 +155,7 @@ namespace sqlite_cs_ext {
154155
void init()
155156
{
156157
char_cs_ext::init();
158+
array_cs_ext::init();
157159
string_cs_ext::init();
158160
except_cs_ext::init();
159161
sqlite_ext.add_var("statement", var::make_protect<extension_t>(sqlite_stmt_ext_shared));

0 commit comments

Comments
 (0)