File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -397,6 +397,9 @@ projects:
397397 - name : pvt.egorpugin.primitives.filesystem
398398 version : master
399399 local : primitives.filesystem
400+ - name : pvt.egorpugin.primitives.symbol
401+ version : master
402+ local : primitives.symbol
400403 - name : pvt.egorpugin.primitives.hash
401404 version : master
402405 local : primitives.hash
Original file line number Diff line number Diff line change 1010#include " jumppad.h"
1111#include " solution.h"
1212
13+ #include < primitives/symbol.h>
14+
1315#include < boost/algorithm/string.hpp>
1416#include < boost/dll.hpp>
1517
Original file line number Diff line number Diff line change 3333#include < boost/dll.hpp>
3434#include < nlohmann/json.hpp>
3535
36- #ifndef _WIN32
37- #define _GNU_SOURCE // for dladdr
38- #include < dlfcn.h>
39- #endif
40-
4136#include < primitives/log.h>
4237DECLARE_STATIC_LOGGER (logger, " target" );
4338
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ void build(Solution &s)
2525 " pub.egorpugin.primitives.command-master" _dep,
2626 " pub.egorpugin.primitives.log-master" _dep,
2727 " pub.egorpugin.primitives.executor-master" _dep,
28+ " pub.egorpugin.primitives.symbol-master" _dep,
2829 " org.sw.demo.boost.property_tree-1" _dep,
2930 " org.sw.demo.boost.stacktrace-1" _dep,
3031 " org.sw.demo.boost.dll-1" _dep;
You can’t perform that action at this time.
0 commit comments