Skip to content

Commit 336ae14

Browse files
authored
Merge pull request #323 from jwakely/patch-1
Include header for std::invalid_argument
2 parents a56b8ef + 1c81f3a commit 336ae14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

util/src/environment.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#include <leatherman/util/environment.hpp>
22
#include <boost/nowide/cenv.hpp>
3+
#include <stdexcept>
34

45
using namespace std;
56

0 commit comments

Comments
 (0)