Fix link error in release builds
This commit is contained in:
parent
8397ce0c7a
commit
24c0089869
2 changed files with 4 additions and 2 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
|
@ -3,6 +3,6 @@
|
|||
url = https://github.com/bitshares/bitshares-core.wiki.git
|
||||
ignore = dirty
|
||||
[submodule "libraries/fc"]
|
||||
path = libraries/fc
|
||||
url = https://bitbucket.org/peerplaysblockchain/peerplays-fc
|
||||
path = libraries/fc
|
||||
url = https://dannotestein@bitbucket.org/peerplaysblockchain/peerplays-fc.git
|
||||
ignore = dirty
|
||||
|
|
|
|||
|
|
@ -21,6 +21,8 @@
|
|||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
* THE SOFTWARE.
|
||||
*/
|
||||
#include <fc/smart_ref_impl.hpp>
|
||||
|
||||
#include <graphene/chain/betting_market_evaluator.hpp>
|
||||
#include <graphene/chain/betting_market_object.hpp>
|
||||
#include <graphene/chain/account_object.hpp>
|
||||
|
|
|
|||
Loading…
Reference in a new issue