docopt / docopt.cpp

C++11 port of docopt
Boost Software License 1.0
1.04k stars 146 forks source link

Add missing <stdexcept> include to use std::runtime_error #102

Closed Cheney-W closed 5 years ago

Cheney-W commented 5 years ago

This causes compile failures with VS2019 previews, Add \ include to use runtime_error.

jaredgrubb commented 5 years ago

Travis failure seems unrelated.

jaredgrubb commented 5 years ago

I'm surprised that VC trips on this, I wonder how and such work without including that header! But, this patch looks good and we can merge it.

jaredgrubb commented 5 years ago

And thanks of course!