Merge branch 'phoenix' of https://github.com/InvictusInnovations/fc into phoenix
This commit is contained in:
commit
2030623243
2 changed files with 2 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ set( BOOST_LIBRARIES ${BOOST_LIBRARIES} PARENT_SCOPE )
|
|||
#add_executable( test_compress tests/compress.cpp )
|
||||
#target_link_libraries( test_compress fc ${BOOST_LIBRARIES} )
|
||||
add_executable( test_aes tests/aes_test.cpp )
|
||||
target_link_libraries( test_aes fc ${BOOST_LIBRARIES} )
|
||||
target_link_libraries( test_aes ${pthread_library} ${rt_library} fc ${BOOST_LIBRARIES} ${rt_library} ${pthread_library} ${BOOST_LIBRARIES} )
|
||||
#add_executable( test_sleep tests/sleep.cpp )
|
||||
#target_link_libraries( test_sleep fc ${BOOST_LIBRARIES} )
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
#include <fc/uint128.hpp>
|
||||
#include <fc/variant.hpp>
|
||||
#include <fc/crypto/bigint.hpp>
|
||||
#include <stdexcept>
|
||||
#ifdef WIN32
|
||||
#include <WinSock2.h>
|
||||
#else
|
||||
|
|
|
|||
Loading…
Reference in a new issue