Fix coding rule by including header 32/175732/1
authorJunghyun Yeon <jungh.yeon@samsung.com>
Thu, 12 Apr 2018 04:22:40 +0000 (13:22 +0900)
committerJunghyun Yeon <jungh.yeon@samsung.com>
Thu, 12 Apr 2018 04:22:40 +0000 (13:22 +0900)
Change-Id: Ia2e3f0ff6e31c3be0a7a134b707e7579f0a6f9f5
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
src/wgt/step/filesystem/step_wgt_prepare_package_directory.cc

index 7275621..3ac814c 100644 (file)
@@ -11,6 +11,8 @@
 #include <common/paths.h>
 #include <common/utils/file_util.h>
 
+#include <vector>
+
 namespace bf = boost::filesystem;
 namespace bs = boost::system;
 namespace ci = common_installer;