Index: firmware/App/Controllers/LoadCell.h =================================================================== diff -u -r05f42ecd223cf512e9e8f3434dd01bdac3aca86d -r1285d4ad8e8335bee537d9e2a7bc7660fd52c2e9 --- firmware/App/Controllers/LoadCell.h (.../LoadCell.h) (revision 05f42ecd223cf512e9e8f3434dd01bdac3aca86d) +++ firmware/App/Controllers/LoadCell.h (.../LoadCell.h) (revision 1285d4ad8e8335bee537d9e2a7bc7660fd52c2e9) @@ -17,6 +17,8 @@ #ifndef APP_CONTROLLERS_LOADCELL_H_ #define APP_CONTROLLERS_LOADCELL_H_ +#include "Common.h" + void execLoadCell(void); #define LOAD_CELL_REPORT_PERIOD 100/TASK_PRIORITY_INTERVAL // Send a load cell value CAN message to HD every 100 ms