Merge pull request #811 from LefterisJP/az_mainWinStyle

Style fixes in MainWin of AZ.
This commit is contained in:
Gav Wood 2015-01-15 10:36:40 -05:00
commit c6a47a4dc2

View File

@ -47,6 +47,10 @@
#include <libsolidity/Utils.h>
#include <libsolidity/Exceptions.h>
#if defined(DELETE)
#error The macro "DELETE" from windows.h conflicts with this file. Please change the order of includes.
#endif
namespace dev
{
namespace solidity