fix build error for inc_build_test regression
This commit is contained in:
@ -17,6 +17,7 @@
|
||||
#include <lib/ob_define.h>
|
||||
#include <lib/net/ob_addr.h>
|
||||
#include "lib/atomic/ob_atomic.h"
|
||||
#include "lib/container/ob_array_serialization.h"
|
||||
|
||||
namespace oceanbase {
|
||||
|
||||
|
||||
@ -16,6 +16,7 @@
|
||||
#include "share/diagnosis/ob_sql_plan_monitor_node_list.h"
|
||||
#include "lib/container/ob_array.h"
|
||||
#include "lib/container/ob_iarray.h"
|
||||
#include "lib/container/ob_array_serialization.h"
|
||||
namespace oceanbase
|
||||
{
|
||||
namespace sql
|
||||
|
||||
@ -17,6 +17,7 @@
|
||||
#include "lib/oblog/ob_log_module.h"
|
||||
#include "lib/utility/ob_print_utils.h"
|
||||
#include "lib/net/ob_addr.h"
|
||||
#include "lib/container/ob_se_array.h"
|
||||
|
||||
namespace oceanbase
|
||||
{
|
||||
|
||||
@ -41,6 +41,7 @@
|
||||
#include "pl/ob_pl_stmt.h"
|
||||
#include "pl/ob_pl_resolver.h"
|
||||
#include "sql/privilege_check/ob_ora_priv_check.h"
|
||||
#include "sql/resolver/dml/ob_insert_all_stmt.h"
|
||||
|
||||
using namespace oceanbase::common;
|
||||
using namespace oceanbase::share;
|
||||
|
||||
Reference in New Issue
Block a user