...
|
...
|
@@ -26,6 +26,7 @@ |
26
|
26
|
#include <boost/format.hpp>
|
27
|
27
|
#include "dmpapplication.h"
|
28
|
28
|
|
|
29
|
+using namespace boost::placeholders;
|
29
|
30
|
namespace logging = boost::log;
|
30
|
31
|
namespace src = boost::log::sources;
|
31
|
32
|
namespace expr = boost::log::expressions;
|
...
|
...
|
|