Skip to content

Commit

Permalink
Add includes suggested by HalosGhost
Browse files Browse the repository at this point in the history
In the conversation on GitHub Pull Request #135, HalosGhost said
the code would not build on his computer unless the two includes in this
commit were added.

Signed-off-by: Michael L. Szulczewski <[email protected]>
  • Loading branch information
mszulcz-mitre committed Jul 1, 2022
1 parent a76b386 commit 29044cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/uhs/twophase/coordinator/interface.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

#include "uhs/transaction/transaction.hpp"

#include <functional>

namespace cbdc::coordinator {
/// \brief Interface for a coordinator.
/// Provides consistent semantics whether using a remote coordinator via
Expand Down
1 change: 1 addition & 0 deletions src/util/common/logging.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include <fstream>
#include <iomanip>
#include <iostream>
#include <memory>
#include <mutex>
#include <optional>
#include <sstream>
Expand Down

0 comments on commit 29044cf

Please sign in to comment.