diff options
Diffstat (limited to 'SolidityTypes.cpp')
-rw-r--r-- | SolidityTypes.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/SolidityTypes.cpp b/SolidityTypes.cpp index 6b630647..da8b4830 100644 --- a/SolidityTypes.cpp +++ b/SolidityTypes.cpp @@ -20,6 +20,8 @@ * Unit tests for the type system of Solidity. */ +#if ETH_SOLIDITY + #include <libsolidity/Types.h> #include <boost/test/unit_test.hpp> @@ -91,3 +93,5 @@ BOOST_AUTO_TEST_SUITE_END() } } } + +#endif |