mirror of https://github.com/Icinga/icinga2.git
Merge pull request #6586 from Icinga/bugfix/centos-7-buildfix-non-unity-builds
Fix non-unity builds on CentOS 7 with std::shared_ptr
This commit is contained in:
commit
2358c67c3d
|
@ -26,6 +26,7 @@
|
|||
#include "base/debuginfo.hpp"
|
||||
#include <map>
|
||||
#include <vector>
|
||||
#include <memory>
|
||||
|
||||
namespace icinga
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue