Skip to content

Commit 0371973

Browse files
authored
Merge pull request anbox#1254 from David-M-Nielsen/master
added include-guard for BOOST_LOG_DYN_LINK
2 parents 32cd10e + 5235503 commit 0371973

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/anbox/logger.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717

1818
#include <thread>
1919

20+
#ifndef BOOST_LOG_DYN_LINK
2021
#define BOOST_LOG_DYN_LINK
22+
#endif
2123
#include <boost/date_time.hpp>
2224
#include <boost/filesystem.hpp>
2325
#include <boost/log/expressions.hpp>

0 commit comments

Comments
 (0)