Merge pull request #7276 from Icinga/bugfix/windows-non-unity-build-fix

Buildfix for Windows with non-unity builds
This commit is contained in:
Michael Friedrich 2019-07-03 15:40:19 +02:00 committed by GitHub
commit 09b4b5853d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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 */