Skip to content

Commit

Permalink
aded missing include to example/env.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
klemens-morgenstern committed Dec 20, 2024
1 parent 80a9fd3 commit ba2124a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/env.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

#include <boost/process.hpp>
#include <unordered_map>

using namespace boost::process;
namespace asio = boost::asio;

int main()
{
{
// tag::current_env[]
{ // tag::current_env[]
// search in the current environment
auto exe = environment::find_executable("g++");

Expand Down

0 comments on commit ba2124a

Please sign in to comment.