Windows build fix.

Thanks for the find, @slothbag
This commit is contained in:
chriseth 2016-11-09 15:04:16 +01:00 committed by GitHub
parent 81118de512
commit d22ed31e4b

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;