Browse Source

JSONRPC include fix.

cl-refactor
Gav Wood 11 years ago
parent
commit
c17518a16a
  1. 3
      eth/main.cpp
  2. 3
      neth/main.cpp

3
eth/main.cpp

@ -26,6 +26,9 @@
#include <iostream>
#include <boost/algorithm/string.hpp>
#include <boost/algorithm/string/trim_all.hpp>
#if ETH_JSONRPC
#include <jsonrpc/connectors/httpserver.h>
#endif
#include <libethcore/FileSystem.h>
#include <libevmface/Instruction.h>
#include <libethereum/Defaults.h>

3
neth/main.cpp

@ -26,6 +26,9 @@
#include <iostream>
#include <boost/algorithm/string.hpp>
#include <boost/algorithm/string/trim_all.hpp>
#if ETH_JSONRPC
#include <jsonrpc/connectors/httpserver.h>
#endif
#include <libethcore/FileSystem.h>
#include <libevmface/Instruction.h>
#include <libethereum/Defaults.h>

Loading…
Cancel
Save