include memory.hpp for shared_ptr

g++-11.1.0 needs this include to compile
This commit is contained in:
Felix Braun 2021-05-16 19:33:20 +02:00 committed by Johannes Pohl
parent 2af5292f9d
commit aba2d96aba

View file

@ -29,6 +29,7 @@
#include <sys/time.h>
#endif
#include <vector>
#include <memory>
/*
template<typename CharT, typename TraitsT = std::char_traits<CharT> >