Fix missing includes 66/24666/2
authorLukasz Wojciechowski <l.wojciechow@partner.samsung.com>
Thu, 17 Jul 2014 17:56:55 +0000 (19:56 +0200)
committerLukasz Wojciechowski <l.wojciechow@partner.samsung.com>
Fri, 18 Jul 2014 06:50:50 +0000 (08:50 +0200)
Change-Id: Id10efb9dc37c1b0567ce2e7e3f4e641b2a6ac4c3

src/common/protocol/ProtocolClient.cpp
src/common/request/RequestContext.h
src/common/response/ResponseTaker.h

index d87d7e7..d706338 100644 (file)
 #include <protocol/ProtocolSerialization.h>
 #include <request/CheckRequest.h>
 #include <request/RequestContext.h>
+#include <response/CheckResponse.h>
 #include <types/PolicyKey.h>
+#include <types/PolicyResult.h>
+#include <types/PolicyType.h>
 
 #include "ProtocolClient.h"
 
index b5e518d..146ff68 100644 (file)
@@ -28,6 +28,7 @@
 #include <containers/BinaryQueue.h>
 #include <request/pointers.h>
 #include <response/pointers.h>
+#include <response/Response.h>
 #include <response/ResponseTaker.h>
 
 namespace Cynara {
index 6100356..a54974c 100644 (file)
@@ -24,7 +24,7 @@
 #define SRC_COMMON_RESPONSE_RESPONSETAKER_H_
 
 #include <request/pointers.h>
-#include <response/CheckResponse.h>
+#include <response/pointers.h>
 
 namespace Cynara {