also add compiler error if include order could cause a problem in windows

This commit is contained in:
Lefteris Karapetsas 2015-01-15 15:00:28 +01:00
parent 1515f140b3
commit 95fc27cba9

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