Skip to content

Commit

Permalink
#1545 fix build after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
olehnikolaiev committed Jan 8, 2025
1 parent 17421c1 commit 03a52cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libdevcore/LevelDBSnap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
#include "Assertions.h"
#include "LevelDB.h"

#include <mutex>

using std::string, std::runtime_error;

namespace dev::db {
Expand Down
1 change: 1 addition & 0 deletions libdevcore/LevelDBSnapManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include "LevelDB.h"
#include "LevelDBSnap.h"

#include <mutex>

using std::string, std::runtime_error;

Expand Down

0 comments on commit 03a52cb

Please sign in to comment.