Use safe pointers in Executive

This commit is contained in:
Paweł Bylica 2014-12-05 17:00:29 +01:00
parent 80ad715764
commit bb6fcfe3f9

1
vm.cpp
View File

@ -21,6 +21,7 @@
*/
#include <boost/filesystem.hpp>
#include <libethereum/Executive.h>
#include "vm.h"
using namespace std;