mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 00:38:59 +08:00
13 lines
415 B
Diff
13 lines
415 B
Diff
|
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
|
||
|
{
|