File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
libraries/plugins/es_objects Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ if(MSVC)
15
15
set_source_files_properties (es_objects.cpp PROPERTIES COMPILE_FLAGS "/bigobj" )
16
16
endif (MSVC )
17
17
18
- target_link_libraries ( graphene_es_objects graphene_chain graphene_app ${CURL_LIBRARIES} )
18
+ target_link_libraries ( graphene_es_objects graphene_chain graphene_app graphene_voting_stat ${CURL_LIBRARIES} )
19
19
target_include_directories ( graphene_es_objects
20
20
PUBLIC "${CMAKE_CURRENT_SOURCE_DIR} /include" )
21
21
Original file line number Diff line number Diff line change 30
30
#include < graphene/chain/market_object.hpp>
31
31
#include < graphene/chain/asset_object.hpp>
32
32
#include < graphene/chain/account_object.hpp>
33
- #include < graphene/chain /voting_statistics_object.hpp>
34
- #include < graphene/chain /voteable_statistics_object.hpp>
33
+ #include < graphene/voting_stat /voting_statistics_object.hpp>
34
+ #include < graphene/voting_stat /voteable_statistics_object.hpp>
35
35
36
36
#include < graphene/utilities/elasticsearch.hpp>
37
37
38
38
namespace graphene { namespace es_objects {
39
39
40
+ using voting_stat::voting_statistics_object;
41
+ using voting_stat::voteable_statistics_object;
42
+
40
43
namespace detail
41
44
{
42
45
You can’t perform that action at this time.
0 commit comments