Fix build issues.

This commit is contained in:
JoelKatz
2012-12-13 10:34:13 -08:00
parent 5275d915c9
commit 25abc284be
4 changed files with 26 additions and 7 deletions

View File

@@ -2,6 +2,12 @@
// carries out the RPC
//
#include <openssl/md5.h>
#include <boost/foreach.hpp>
#include <boost/algorithm/string/predicate.hpp>
#include "Pathfinder.h"
#include "Log.h"
#include "NetworkOPs.h"
#include "RPCHandler.h"
@@ -16,9 +22,6 @@
#include "InstanceCounter.h"
#include "Offer.h"
#include "Pathfinder.h"
#include <boost/foreach.hpp>
#include <openssl/md5.h>
SETUP_LOG();