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

2
.gitmodules vendored
View file

@ -4,5 +4,5 @@
ignore = dirty
[submodule "libraries/fc"]
path = libraries/fc
url = https://bitbucket.org/peerplaysblockchain/peerplays-fc
url = https://dannotestein@bitbucket.org/peerplaysblockchain/peerplays-fc.git
ignore = dirty

View file

@ -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>