Skip to content
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.

Commit

Permalink
Fix 64-bit VS2013 build
Browse files Browse the repository at this point in the history
Do not pull in libethereum/Client.h into QT.
This is not necessary the most sane thing to do, but without it I cannot avoid getting 
C:/Program Files (x86)/Windows Kits/8.1/Include/um/winsock2.h(949): error : Can't concatenate non identifier tokens
erros.
  • Loading branch information
SharpCoiner committed Aug 22, 2014
1 parent 27a709d commit d17e7e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions alethzero/MiningView.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@

#include <list>
#include <QtWidgets/QWidget>
#ifndef Q_MOC_RUN
#include <libethereum/Client.h>
#endif

namespace eth
{
Expand Down

1 comment on commit d17e7e6

@bobsummerwill
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @SharpCoiner!

Please could you let me know an e-mail address for you?

It is in relation to this cpp-ethereum re-licensing effort!

You contributed 6 commits. Thanks!

ethereum/webthree-umbrella#530

Please sign in to comment.