Buildfix for Windows with non-unity builds

This commit is contained in:
Michael Friedrich 2019-07-03 13:23:14 +02:00
parent f3e682cef4
commit 4bc02c6c2c
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 */