diff --git a/src/cpp/ripple/RPCHandler.cpp b/src/cpp/ripple/RPCHandler.cpp index 0f25bddcc..7fdf59e00 100644 --- a/src/cpp/ripple/RPCHandler.cpp +++ b/src/cpp/ripple/RPCHandler.cpp @@ -9,7 +9,6 @@ #include "Pathfinder.h" #include "Log.h" -#include "NetworkOPs.h" #include "RPCHandler.h" #include "RPCSub.h" #include "Application.h" diff --git a/src/cpp/ripple/RPCHandler.h b/src/cpp/ripple/RPCHandler.h index 63ba7b556..b716ebc55 100644 --- a/src/cpp/ripple/RPCHandler.h +++ b/src/cpp/ripple/RPCHandler.h @@ -8,6 +8,7 @@ #include "RippleAddress.h" #include "SerializedTypes.h" #include "Ledger.h" +#include "NetworkOPs.h" #define LEDGER_CURRENT -1 #define LEDGER_CLOSED -2