From 9409edb409c0bfe9e2d941c9939537d9e8b8335b Mon Sep 17 00:00:00 2001 From: Federico Bond Date: Fri, 3 Mar 2017 11:47:22 -0300 Subject: Add missing header for boost::noncopyable --- test/RPCSession.h | 1 + 1 file changed, 1 insertion(+) (limited to 'test/RPCSession.h') diff --git a/test/RPCSession.h b/test/RPCSession.h index 843036e1..0acd982f 100644 --- a/test/RPCSession.h +++ b/test/RPCSession.h @@ -30,6 +30,7 @@ #include +#include #include #include -- cgit