Fix non-unity builds on CentOS 7 with std::shared_ptr

refs #6509
This commit is contained in:
Michael Friedrich 2018-09-03 15:32:28 +02:00
parent f0c9098a28
commit bc844aca06
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
#include "base/debuginfo.hpp"
#include <map>
#include <vector>
#include <memory>
namespace icinga
{