Skip to content

Commit

Permalink
Add missing include for <thread> to fix build failure in tsurugidb
Browse files Browse the repository at this point in the history
  • Loading branch information
umegane committed Dec 18, 2024
1 parent 87eed97 commit 3818a89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/limestone/logging_helper.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

#include <array>
#include <string_view>
#include <thread>

namespace limestone {

Expand Down

0 comments on commit 3818a89

Please sign in to comment.