mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
also add compiler error if include order could cause a problem in windows
This commit is contained in:
parent
1515f140b3
commit
95fc27cba9
4
Token.h
4
Token.h
@ -47,6 +47,10 @@
|
|||||||
#include <libsolidity/Utils.h>
|
#include <libsolidity/Utils.h>
|
||||||
#include <libsolidity/Exceptions.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 dev
|
||||||
{
|
{
|
||||||
namespace solidity
|
namespace solidity
|
||||||
|
Loading…
Reference in New Issue
Block a user