Perform code style checking fixes 84/143784/2
authorBartlomiej Kunikowski <b.kunikowski@partner.samsung.com>
Fri, 11 Aug 2017 07:29:12 +0000 (09:29 +0200)
committerBartlomiej Kunikowski <b.kunikowski@partner.samsung.com>
Fri, 11 Aug 2017 08:46:41 +0000 (10:46 +0200)
Change-Id: Id28b7e9069a0e4857a053dc41d91b0105b4bc1ae

src/tpk_manifest_handlers/trust_anchor_handler.cc
src/tpk_manifest_handlers/trust_anchor_handler.h

index 13b17e20873856c589473dfbe6cdc4005ed007ea..f06d1fb1901305882d3aa2635a4b8ac30d8e6670 100644 (file)
@@ -6,6 +6,8 @@
 
 #include <manifest_parser/utils/logging.h>
 
+#include <memory>
+
 namespace {
 
 const char kTrustAnchorKey[] = "manifest.trust-anchor";
index c0c9c2da06f438fb84341b16a33af1d1a436c5c1..fc792892c460c36a32264d8db5d1952c220ea0ad 100644 (file)
@@ -7,7 +7,9 @@
 
 #include <manifest_parser/manifest_handler.h>
 
+#include <memory>
 #include <string>
+#include <utility>
 
 namespace tpk {
 namespace parse {