Allow syslog logger on Mac OS X

This commit is contained in:
Sebastian Messmer
2016-02-13 15:50:51 +01:00
parent 0c7beb2e36
commit 7b8d507615
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
#pragma once
#ifdef __linux__
#if defined(__linux__) || defined(__APPLE__)
#include <array>
#include <string>