We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b82625 commit f2e4769Copy full SHA for f2e4769
implementation/configuration/src/configuration_impl.cpp
@@ -28,6 +28,7 @@
28
#include <vsomeip/structured_types.hpp>
29
#include <vsomeip/internal/plugin_manager.hpp>
30
31
+#include "internal.hpp"
32
#include "../include/client.hpp"
33
#include "../include/configuration_impl.hpp"
34
#include "../include/event.hpp"
implementation/runtime/src/application_impl.cpp
@@ -23,6 +23,7 @@
23
#include <vsomeip/plugins/pre_configuration_plugin.hpp>
24
#include <vsomeip/internal/logger.hpp>
25
26
27
#include "../include/application_impl.hpp"
#ifdef VSOMEIP_ENABLE_MULTIPLE_ROUTING_MANAGERS
#include "../../configuration/include/configuration_impl.hpp"
0 commit comments