From 50e679d54b456891bf95596e5f78f0f228818249 Mon Sep 17 00:00:00 2001
From: Bensong Liu <bensl@microsoft.com>
Date: Tue, 28 Jul 2020 13:50:02 +0800
Subject: [PATCH] fix a missing include

---
 functional.hpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/functional.hpp b/functional.hpp
index c14bc9b..8392c73 100644
--- a/functional.hpp
+++ b/functional.hpp
@@ -9,6 +9,7 @@
 #include <list>
 #include <functional>
 #include <chrono>
+#include <stdexcept>
 
 namespace rlib {
     namespace impl {
-- 
GitLab