projects
/
platform
/
core
/
dotnet
/
launcher.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17b511d
)
Fix build error for upgrading toolchain
22/111222/3
accepted/tizen/common/20170201.172056
accepted/tizen/ivi/20170202.015321
accepted/tizen/mobile/20170202.015241
accepted/tizen/tv/20170202.015301
submit/tizen/20170201.085923
author
JongHeon Choi
<j-h.choi@samsung.com>
Fri, 20 Jan 2017 02:45:16 +0000
(11:45 +0900)
committer
JongHeon Choi
<j-h.choi@samsung.com>
Wed, 1 Feb 2017 08:58:01 +0000
(17:58 +0900)
Change-Id: I847e364abd8c624df156f7e20c8eb0cc3b2843d8
NativeLauncher/installer-plugin/nitool.cc
patch
|
blob
|
history
diff --git
a/NativeLauncher/installer-plugin/nitool.cc
b/NativeLauncher/installer-plugin/nitool.cc
index d0dd552aa4126eba0ed4cbdbccd126f3ef0d3e9b..dbda0d59af02a61df4efed637e528d610fa8ac59 100644
(file)
--- a/
NativeLauncher/installer-plugin/nitool.cc
+++ b/
NativeLauncher/installer-plugin/nitool.cc
@@
-20,6
+20,7
@@
#include <cstring>
#include <algorithm>
+#include <vector>
std::vector<const char*> get_cmd_args(char** begin, char** end)
{