summaryrefslogtreecommitdiff
path: root/implementation/logging/include/logger.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'implementation/logging/include/logger.hpp')
-rw-r--r--implementation/logging/include/logger.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/implementation/logging/include/logger.hpp b/implementation/logging/include/logger.hpp
index 2d8cda4..9204692 100644
--- a/implementation/logging/include/logger.hpp
+++ b/implementation/logging/include/logger.hpp
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2016 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
+// Copyright (C) 2014-2017 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
@@ -8,7 +8,7 @@
#include <string>
-#ifdef WIN32
+#ifdef _WIN32
#include <iostream>
#endif