Fix link error in release builds

This commit is contained in:
Eric Frias 2017-07-17 18:57:37 -04:00
parent 8397ce0c7a
commit 24c0089869
2 changed files with 4 additions and 2 deletions

4
.gitmodules vendored
View file

@ -3,6 +3,6 @@
url = https://github.com/bitshares/bitshares-core.wiki.git url = https://github.com/bitshares/bitshares-core.wiki.git
ignore = dirty ignore = dirty
[submodule "libraries/fc"] [submodule "libraries/fc"]
path = libraries/fc path = libraries/fc
url = https://bitbucket.org/peerplaysblockchain/peerplays-fc url = https://dannotestein@bitbucket.org/peerplaysblockchain/peerplays-fc.git
ignore = dirty ignore = dirty

View file

@ -21,6 +21,8 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE. * THE SOFTWARE.
*/ */
#include <fc/smart_ref_impl.hpp>
#include <graphene/chain/betting_market_evaluator.hpp> #include <graphene/chain/betting_market_evaluator.hpp>
#include <graphene/chain/betting_market_object.hpp> #include <graphene/chain/betting_market_object.hpp>
#include <graphene/chain/account_object.hpp> #include <graphene/chain/account_object.hpp>