Skip to content

Commit

Permalink
Use backwards compatible Boost header, add missing one
Browse files Browse the repository at this point in the history
  • Loading branch information
psalz committed Sep 9, 2020
1 parent 93ff700 commit a51c98a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/types.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once

#include <boost/container_hash/hash.hpp>

// FIXME: Replace this with <boost/container_hash/hash.hpp> once we only support Boost 1.67+
#include <boost/functional/hash.hpp>

namespace celerity {
namespace detail {
Expand Down
1 change: 1 addition & 0 deletions src/config.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#include <cstdlib>
#include <sstream>
#include <thread>
#include <vector>

#include <boost/algorithm/string.hpp>
Expand Down

0 comments on commit a51c98a

Please sign in to comment.