Skip to content

Commit

Permalink
add missing include (for FTBFS with gcc-12 and LevelDB)
Browse files Browse the repository at this point in the history
  • Loading branch information
ban-nobuhiro committed Aug 27, 2024
1 parent cc4d032 commit 09a1969
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/limestone/datastore_snapshot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include <boost/filesystem/fstream.hpp>
#include <cstdlib>
#include <cstring>
#include <map>
#include <mutex>

#include <glog/logging.h>
Expand Down

0 comments on commit 09a1969

Please sign in to comment.