From b904710b12efcff55dca97b559b2d626b57e532c Mon Sep 17 00:00:00 2001 From: rusefi Date: Wed, 29 Mar 2017 19:17:48 -0400 Subject: [PATCH] stricted def requirments --- firmware/controllers/algo/error_handling.h | 1 + 1 file changed, 1 insertion(+) diff --git a/firmware/controllers/algo/error_handling.h b/firmware/controllers/algo/error_handling.h index 6821b7d212..6adc656ff7 100644 --- a/firmware/controllers/algo/error_handling.h +++ b/firmware/controllers/algo/error_handling.h @@ -13,6 +13,7 @@ extern "C" { #endif /* __cplusplus */ +#include "global.h" #include "obd_error_codes.h" #include "efifeatures.h" #include "stdbool.h"