summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Dickow <jjdickow@gmail.com>2015-04-29 15:42:18 -0400
committerJustin Dickow <jjdickow@gmail.com>2015-04-29 15:42:18 -0400
commit7570b6a9c9cd9f301351c5d716bb2d5c09adbc50 (patch)
tree0026c925394f049f99aea23a9ca9b383ad0316e8
parent72f16d5cab421409eeb9b0f4aeb10cd2b8039e99 (diff)
downloadsmartdevicelink-7570b6a9c9cd9f301351c5d716bb2d5c09adbc50.tar.gz
Included request/response in hmi command factory
Signed-off-by: Justin Dickow <jjdickow@gmail.com>
-rw-r--r--src/components/application_manager/src/hmi_command_factory.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/application_manager/src/hmi_command_factory.cc b/src/components/application_manager/src/hmi_command_factory.cc
index b648b83aa..87f570279 100644
--- a/src/components/application_manager/src/hmi_command_factory.cc
+++ b/src/components/application_manager/src/hmi_command_factory.cc
@@ -262,6 +262,8 @@
#include "application_manager/commands/hmi/on_phone_call_notification.h"
#include "application_manager/commands/hmi/dial_number_request.h"
#include "application_manager/commands/hmi/dial_number_response.h"
+#include "application_manager/commands/hmi/button_press_response.h"
+#include "application_manager/commands/hmi/button_press_request.h"
namespace application_manager {