From 8aa3acb280c213244fb372443ab59dfa69bed03e Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Thu, 9 Mar 2017 02:35:28 +0100 Subject: Fix: include path (where I think to fix them...) Change-Id: Ib44693efc9347fc4fdf40a1748725d5191303199 Signed-off-by: Romain Forlot --- src/diagnostic/diagnostic-message.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/diagnostic/diagnostic-message.cpp') diff --git a/src/diagnostic/diagnostic-message.cpp b/src/diagnostic/diagnostic-message.cpp index 247917b..bd5d0ec 100644 --- a/src/diagnostic/diagnostic-message.cpp +++ b/src/diagnostic/diagnostic-message.cpp @@ -15,9 +15,10 @@ * limitations under the License. */ -#include "obd2/obd2-signals.hpp" +#include "obd2-signals.hpp" -#include "utils/signals.hpp" +#include "../configuration.hpp" +#include "../utils/signals.hpp" const char *UNIT_NAMES[10] = { "POURCENT", -- cgit 1.2.3-korg