summaryrefslogtreecommitdiff
path: root/src/components/protocol_handler/test/protocol_handler_tm_test.cc
diff options
context:
space:
mode:
authorjacobkeeler <jacob.keeler@livioradio.com>2018-04-03 09:32:31 -0400
committerjacobkeeler <jacob.keeler@livioradio.com>2018-04-03 09:32:31 -0400
commit3ba8a85c7fa6b9f7d2c9dca3e102168b3df6a00a (patch)
treeeb2a25d25da5538912a1e2300c6e2b41c83af421 /src/components/protocol_handler/test/protocol_handler_tm_test.cc
parent5472d8c79e71c8ab0e91f1fe313fa3459d74339b (diff)
parent5cc7b1be23764cb9763154ecb6d56e038f9eccb5 (diff)
downloadsdl_core-3ba8a85c7fa6b9f7d2c9dca3e102168b3df6a00a.tar.gz
Merge branch 'release/4.5.0' into develop
Diffstat (limited to 'src/components/protocol_handler/test/protocol_handler_tm_test.cc')
-rw-r--r--src/components/protocol_handler/test/protocol_handler_tm_test.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/protocol_handler/test/protocol_handler_tm_test.cc b/src/components/protocol_handler/test/protocol_handler_tm_test.cc
index cb11eca887..77de1705da 100644
--- a/src/components/protocol_handler/test/protocol_handler_tm_test.cc
+++ b/src/components/protocol_handler/test/protocol_handler_tm_test.cc
@@ -41,8 +41,10 @@
#include "protocol_handler/mock_protocol_handler_settings.h"
#include "protocol_handler/mock_session_observer.h"
#include "connection_handler/mock_connection_handler.h"
+#ifdef ENABLE_SECURITY
#include "security_manager/mock_security_manager.h"
#include "security_manager/mock_ssl_context.h"
+#endif // ENABLE_SECURITY
#include "transport_manager/mock_transport_manager.h"
#include "utils/make_shared.h"
#include "utils/test_async_waiter.h"