Skip to content

Commit 72a8e3e

Browse files
author
Cheney-Wang
committed
Add missing <stdexcept> include to use std::runtime_error
1 parent 4f49124 commit 72a8e3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)