We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3e66b9 commit 1ae5cd6Copy full SHA for 1ae5cd6
docopt.h
@@ -14,6 +14,7 @@
14
#include <map>
15
#include <vector>
16
#include <string>
17
+#include <stdexcept>
18
19
#ifdef DOCOPT_HEADER_ONLY
20
#define DOCOPT_INLINE inline
docopt_value.h
#include <functional> // std::hash
#include <iosfwd>
namespace docopt {
0 commit comments