summaryrefslogtreecommitdiff
path: root/src/components/policy/policy_external/include/policy/policy_types.h
diff options
context:
space:
mode:
authorIra Lytvynenko (GitHub) <ILytvynenko@luxoft.com>2018-07-20 12:25:06 +0300
committerIra Lytvynenko (GitHub) <ILytvynenko@luxoft.com>2018-07-20 12:25:06 +0300
commit79b48dcec650705e42f163defa1ac663d1f1bbb8 (patch)
tree000aa53093f6350e0f18f2fbc1532ac774ae41c7 /src/components/policy/policy_external/include/policy/policy_types.h
parent734fb7d8247f43a97b221897dd44f245f5144b7e (diff)
downloadsdl_core-79b48dcec650705e42f163defa1ac663d1f1bbb8.tar.gz
Replace utils::SharedPtr with std::shared_ptr and fix its usage for external policy
Diffstat (limited to 'src/components/policy/policy_external/include/policy/policy_types.h')
-rw-r--r--src/components/policy/policy_external/include/policy/policy_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/policy/policy_external/include/policy/policy_types.h b/src/components/policy/policy_external/include/policy/policy_types.h
index 078595e8b1..84d9376a93 100644
--- a/src/components/policy/policy_external/include/policy/policy_types.h
+++ b/src/components/policy/policy_external/include/policy/policy_types.h
@@ -39,6 +39,7 @@
#include <map>
#include <set>
#include <utility>
+#include <memory>
#include "utils/helpers.h"
#include "transport_manager/common.h"