Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
acquamarin committed Jun 23, 2023
1 parent e429f1c commit 4597bd4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/binder/bind/bind_call.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include "binder/binder.h"
#include "binder/call/bound_call.h"
#include "common/string_utils.h"
#include "parser/call/call.h"

namespace kuzu {
Expand Down
2 changes: 1 addition & 1 deletion src/include/main/client_context.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace main {

struct ActiveQuery {
explicit ActiveQuery();
d std::atomic<bool> interrupted;
std::atomic<bool> interrupted;
common::Timer timer;
};

Expand Down
1 change: 1 addition & 0 deletions src/main/db_config.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include "main/db_config.h"

#include "common/string_utils.h"
#include "main/settings.h"

namespace kuzu {
Expand Down

0 comments on commit 4597bd4

Please sign in to comment.