Build fix for Windows

fixes #12614
This commit is contained in:
Gunnar Beutner 2016-09-04 16:53:24 +02:00
parent 288b354d11
commit 5960753015
2 changed files with 2 additions and 2 deletions

View File

@ -17,11 +17,10 @@
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. *
******************************************************************************/
#ifndef _WIN32
#include "base/sysloglogger.hpp"
#include "base/configtype.hpp"
#include "base/statsfunction.hpp"
#ifndef _WIN32
#include "base/sysloglogger.tcpp"
using namespace icinga;

View File

@ -20,6 +20,7 @@
#include "remote/eventqueue.hpp"
#include "remote/filterutility.hpp"
#include "base/singleton.hpp"
#include "base/logger.hpp"
using namespace icinga;