aboutsummaryrefslogtreecommitdiff
path: root/ports/opencv3/0004-add-missing-stdexcept-include.patch
blob: 2a7d90ce071cf82a37a58dfaed3e5832ed404528 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/modules/cvv/src/util/observer_ptr.hpp b/modules/cvv/src/util/observer_ptr.hpp
index fef3fea..68d1a80 100644
--- a/modules/cvv/src/util/observer_ptr.hpp
+++ b/modules/cvv/src/util/observer_ptr.hpp
@@ -11,6 +11,7 @@
 #include <cstddef>   //size_t
 #include <cstdint>   // [u]intXX_t
 #include <algorithm> // since some people like to forget that one
+#include <stdexcept>
 
 namespace cvv
 {