Merge pull request #1348 from ethereum/chriseth-patch-1

Windows build fix.
This commit is contained in:
chriseth 2016-11-14 14:00:27 +01:00 committed by GitHub
commit d5ae8fd5a1

View File

@ -20,9 +20,6 @@
*/
#include "CommonData.h"
#if defined(_MSC_VER)
#pragma warning(pop)
#endif
#include "Exceptions.h"
using namespace std;
using namespace dev;