Skip to content

Commit

Permalink
[Build] Add syslib memory include to threshold.cpp
Browse files Browse the repository at this point in the history
Newer versions of GCC require this explicit include.
  • Loading branch information
Fuzzbawls committed Mar 12, 2023
1 parent 4ec2ecc commit 0c8c9cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/threshold.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

#include "schemes.hpp"

#include <memory>

static std::unique_ptr<bls::CoreMPL> pThresholdScheme(new bls::BasicSchemeMPL);

/**
Expand Down

0 comments on commit 0c8c9cd

Please sign in to comment.