fix win, vs2019 build. missing header

Signed-off-by: Yuriy Obukh <Bleach665@gmail.com>
pull/2749/head
Yuriy Obukh 5 years ago
parent f26c98365d
commit 97be19404f
  1. 1
      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
{

Loading…
Cancel
Save