8000 Merge pull request #102 from Cheney-W/addheadstdexcept · indianakernick/docopt.cpp@7476f8e · GitHub
[go: up one dir, main page]

Skip to content

Commit 7476f8e

Browse files
authored
Merge pull request docopt#102 from Cheney-W/addheadstdexcept
Add missing <stdexcept> include to use std::runtime_error
2 parents 4f49124 + 72a8e3e commit 7476f8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docopt_value.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#ifndef docopt__value_h_
1010
#define docopt__value_h_
1111

12+
#include <stdexcept>
1213
#include <string>
1314
#include <vector>
1415
#include <functional> // std::hash

0 commit comments

Comments
 (0)
0