mirror of https://github.com/Icinga/icinga2.git
Merge pull request #7276 from Icinga/bugfix/windows-non-unity-build-fix
Buildfix for Windows with non-unity builds
This commit is contained in:
commit
09b4b5853d
|
@ -3,6 +3,10 @@
|
|||
#include "base/exception.hpp"
|
||||
#include <boost/thread/tss.hpp>
|
||||
|
||||
#ifdef _WIN32
|
||||
# include "base/utility.hpp"
|
||||
#endif /* _WIN32 */
|
||||
|
||||
#ifdef HAVE_CXXABI_H
|
||||
# include <cxxabi.h>
|
||||
#endif /* HAVE_CXXABI_H */
|
||||
|
|
Loading…
Reference in New Issue