Skip to content

Commit

Permalink
Add missing include; fix clangd (#4586)
Browse files Browse the repository at this point in the history
  • Loading branch information
mewim authored Dec 3, 2024
1 parent 311f6ce commit 4403706
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/function/gds/output_writer.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#include "function/gds/output_writer.h"

#include "common/types/internal_id_util.h"
#include "function/gds/gds_frontier.h"
#include "main/client_context.h"

Expand Down
1 change: 1 addition & 0 deletions src/include/storage/store/group_collection.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#pragma once

#include <algorithm>
#include <vector>

#include "common/serializer/deserializer.h"
Expand Down

0 comments on commit 4403706

Please sign in to comment.