Skip to content

Commit

Permalink
Fix redefinition of BOOST_LOG_DYN_LINK
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyLebedev committed Dec 6, 2019
1 parent 2467053 commit 77d8452
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MiscCommon/Logger.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
#define LOGGER_H

// BOOST
#ifndef BOOST_LOG_DYN_LINK
#define BOOST_LOG_DYN_LINK
#endif
#include <boost/date_time/posix_time/posix_time_types.hpp>

#if BOOST_VERSION < 105700
Expand Down

0 comments on commit 77d8452

Please sign in to comment.