Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

Commit

Permalink
Merge pull request #323 from jwakely/patch-1
Browse files Browse the repository at this point in the history
Include header for std::invalid_argument
  • Loading branch information
mihaibuzgau authored Sep 8, 2020
2 parents a56b8ef + 1c81f3a commit 336ae14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions util/src/environment.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include <leatherman/util/environment.hpp>
#include <boost/nowide/cenv.hpp>
#include <stdexcept>

using namespace std;

Expand Down

0 comments on commit 336ae14

Please sign in to comment.