Merge pull request #2749 from Bleach665:fix_win_vs2019

pull/2754/head^2
Alexander Alekhin 5 years ago
commit 088dc142a8
  1. 1
      modules/cvv/src/util/observer_ptr.hpp

@ -11,6 +11,7 @@
#include <cstddef> //size_t #include <cstddef> //size_t
#include <cstdint> // [u]intXX_t #include <cstdint> // [u]intXX_t
#include <algorithm> // since some people like to forget that one #include <algorithm> // since some people like to forget that one
#include <stdexcept>
namespace cvv namespace cvv
{ {

Loading…
Cancel
Save