mirror of https://github.com/Icinga/icinga2.git
Buildfix for Windows with non-unity builds
This commit is contained in:
parent
f3e682cef4
commit
4bc02c6c2c
|
@ -3,6 +3,10 @@
|
||||||
#include "base/exception.hpp"
|
#include "base/exception.hpp"
|
||||||
#include <boost/thread/tss.hpp>
|
#include <boost/thread/tss.hpp>
|
||||||
|
|
||||||
|
#ifdef _WIN32
|
||||||
|
# include "base/utility.hpp"
|
||||||
|
#endif /* _WIN32 */
|
||||||
|
|
||||||
#ifdef HAVE_CXXABI_H
|
#ifdef HAVE_CXXABI_H
|
||||||
# include <cxxabi.h>
|
# include <cxxabi.h>
|
||||||
#endif /* HAVE_CXXABI_H */
|
#endif /* HAVE_CXXABI_H */
|
||||||
|
|
Loading…
Reference in New Issue