Skip to content
This repository was archived by the owner on Sep 27, 2019. It is now read-only.

Commit 9904788

Browse files
committed
resolve pr comments
1 parent 68f492f commit 9904788

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/executor/alter_executor.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@
1010
//
1111
//===----------------------------------------------------------------------===//
1212

13+
#include "executor/alter_executor.h"
14+
1315
#include "catalog/catalog.h"
1416
#include "catalog/table_catalog.h"
1517
#include "common/logger.h"
16-
#include "executor/alter_executor.h"
1718
#include "executor/executor_context.h"
1819
#include "storage/data_table.h"
1920

0 commit comments

Comments
 (0)