Allow including installed jsonrpcpp from a system directory

This commit is contained in:
Jörg Krause 2017-03-15 11:28:26 +01:00 committed by badaix
parent c4e38b60b0
commit f28018ada7
6 changed files with 30 additions and 2 deletions

View file

@ -27,7 +27,12 @@
#include <sstream>
#include <mutex>
#ifdef HAS_JSONRPCPP
#include <jsonrpcpp/jsonrp.hpp>
#else
#include "jsonrp.hpp"
#endif
#include "streamSession.h"
#include "streamreader/streamManager.h"
#include "common/queue.h"