diff options
author | Jordan Lewis <jordanthelewis@gmail.com> | 2011-05-14 16:10:07 -0500 |
---|---|---|
committer | Jordan Lewis <jordanthelewis@gmail.com> | 2011-05-15 22:19:16 -0500 |
commit | ed0c143242d734365b0e3d09b0e52e07819ffcdd (patch) | |
tree | f13d819522315b7a2b9cecf697b80a3c41219f11 /src/init.cpp | |
parent | 1512d5ce64b9a53260f5aa695bc79a0e48d6294f (diff) |
Only included rpc.h when necessary
Diffstat (limited to 'src/init.cpp')
-rw-r--r-- | src/init.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/init.cpp b/src/init.cpp index 14f4904f5b..b12c5eecf8 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -3,6 +3,7 @@ // file license.txt or http://www.opensource.org/licenses/mit-license.php. #include "headers.h" #include "db.h" +#include "rpc.h" using namespace std; using namespace boost; |