Skip to content

Commit

Permalink
Explicitly include hash for Ubuntu 18.04.
Browse files Browse the repository at this point in the history
  • Loading branch information
fruffy committed May 14, 2024
1 parent b4d8e06 commit 6ea537f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/big_int_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ limitations under the License.
#ifndef LIB_BIG_INT_UTIL_H_
#define LIB_BIG_INT_UTIL_H_

#include <boost/version.hpp>

#if BOOST_VERSION < 106700
#include <boost/functional/hash.hpp>
#endif

#include "big_int.h"
#include "hash.h"

Expand Down

0 comments on commit 6ea537f

Please sign in to comment.