Browse Source

Merge pull request #1954 from holiman/develop

Fixed error introduced in 953be7886b
cl-refactor
chriseth 10 years ago
parent
commit
dea8d55f90
  1. 2
      test/libethereum/stateOriginal.cpp

2
test/libethereum/stateOriginal.cpp

@ -25,7 +25,7 @@
#include <secp256k1/secp256k1.h>
#include <libethereum/CanonBlockChain.h>
#include <libethereum/State.h>
#include <libethereum/Farm.h>
#include <libethcore/Farm.h>
#include <libethereum/Defaults.h>
#include "../TestHelper.h"
using namespace std;

Loading…
Cancel
Save