Skip to content

Commit 7476f8e

Browse files
authored
Merge pull request #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

Diff for: docopt_value.h

+1
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)