summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Pankow <brad@livio.io>2016-09-20 14:56:38 -0400
committerJacob Keeler <jacob@livio.io>2016-08-11 15:40:49 -0700
commit8a31ea8528a0f4155f3998fe0f032844a9c10fb6 (patch)
treed41edcbf19fb6ad329671a845798c0932cc19872
parent35cf6c3821671848ec5d3e4bf13095dcce56dfff (diff)
downloadsdl_core-8a31ea8528a0f4155f3998fe0f032844a9c10fb6.tar.gz
Add dependencies when ENABLE_LOG is 0
-rw-r--r--src/components/application_manager/src/commands/mobile/create_interaction_choice_set_request.cc1
-rw-r--r--src/components/utils/src/custom_string.cc1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/components/application_manager/src/commands/mobile/create_interaction_choice_set_request.cc b/src/components/application_manager/src/commands/mobile/create_interaction_choice_set_request.cc
index b602601f26..72eec3edb7 100644
--- a/src/components/application_manager/src/commands/mobile/create_interaction_choice_set_request.cc
+++ b/src/components/application_manager/src/commands/mobile/create_interaction_choice_set_request.cc
@@ -32,6 +32,7 @@
*/
#include <string>
+#include <cstring>
#include <algorithm>
#include <vector>
#include "application_manager/commands/mobile/create_interaction_choice_set_request.h"
diff --git a/src/components/utils/src/custom_string.cc b/src/components/utils/src/custom_string.cc
index e7fc4cfd6a..8254a98180 100644
--- a/src/components/utils/src/custom_string.cc
+++ b/src/components/utils/src/custom_string.cc
@@ -37,6 +37,7 @@
#include <cwctype>
#include <new>
#include <algorithm>
+#include <vector>
#include <string.h>
#include "utils/logger.h"
#include "utils/macro.h"