Skip to content

Commit

Permalink
fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
ray6080 committed Aug 8, 2024
1 parent 82ce1e4 commit c47230c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/include/common/concurrent_vector.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#include <array>
#include <cstdint>
#include <memory>
#include <vector>

#include "common/assert.h"
Expand Down
1 change: 1 addition & 0 deletions src/include/storage/file_handle.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#include <cmath>
#include <cstdint>
#include <cstring>
#include <functional>
#include <memory>
#include <shared_mutex>
Expand Down

0 comments on commit c47230c

Please sign in to comment.