diff options
Diffstat (limited to 'Token.h')
-rw-r--r-- | Token.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |