Skip to content

Commit

Permalink
Add include as workaround for Boost 1.77
Browse files Browse the repository at this point in the history
Boost.Process misses an algorithm include in Boost 1.77,
see boostorg/process#213.
  • Loading branch information
jens-diewald authored and laudrup committed Oct 6, 2022
1 parent 7eb2686 commit b1a5716
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/ocsp_responder.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
#ifndef BOOST_WINTLS_OCSP_RESPONDER_HPP
#define BOOST_WINTLS_OCSP_RESPONDER_HPP

// Boost.Process misses an algorithm include in Boost 1.77,
// see https://github.com/boostorg/process/issues/213.
#include <algorithm>
#include <boost/process.hpp>

// Start an OCSP responder at http://localhost:5000 that can provide OCSP responses for
Expand Down

0 comments on commit b1a5716

Please sign in to comment.