Skip to content

Commit

Permalink
fix rc.h reference
Browse files Browse the repository at this point in the history
  • Loading branch information
xiao45lp committed Jan 1, 2025
1 parent f3c2dbd commit ce1a38e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/observer/sql/executor/drop_table_executor.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#pragma once
#include "common/rc.h"
#include "common/sys/rc.h"
class SQLStageEvent;
class DropTableExecutor {
public:
Expand Down

0 comments on commit ce1a38e

Please sign in to comment.