From fe1fd5c856a79d9f0704ad2b973caf786272dbd4 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Sat, 21 Nov 2020 19:08:35 -0600
Subject: [PATCH] stdexcept

---
 src/docopt/docopt_value.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git src/docopt/docopt_value.h src/docopt/docopt_value.h
index ddb8a8e..99aa545 100644
--- a/src/docopt/docopt_value.h
+++ b/src/docopt/docopt_value.h
@@ -13,7 +13,7 @@
 #include <iosfwd>
 #include <string>
 #include <vector>
-
+#include <stdexcept>
 namespace docopt {
 
 /// A generic type to hold the various types that can be produced by docopt.
-- 
2.29.2

