Skip to content

Commit 68c6460

Browse files
committed
WL#11947 add zend_parse_method_parameters wrapper to check correctness of arglists
- build error on gcc
1 parent 82aa87b commit 68c6460

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

util/zend_utils.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
#ifndef MYSQL_XDEVAPI_UTIL_ZEND_UTILS_H
1919
#define MYSQL_XDEVAPI_UTIL_ZEND_UTILS_H
2020

21+
#include <utility>
22+
2123
namespace mysqlx {
2224

2325
namespace util {

0 commit comments

Comments
 (0)