commit | 9366089a491a867f912338660ae836212c055876 | [log] [tgz] |
---|---|---|
author | Patrick Rudolph <patrick.rudolph@9elements.com> | Fri Oct 13 14:18:46 2023 +0200 |
committer | Josh Lehan <krellan@google.com> | Tue Feb 13 00:06:18 2024 +0000 |
tree | 2f687085c392481a456cf4867399afcedfefe2e1 | |
parent | 9788963c948448271f5d76e633ff9b17014d5a83 [diff] [blame] |
fancontroller: Add missing config.h Include config.h to satisfy #ifdef used in those files. Change-Id: I0f6a3aa750abdf7b7c263d05f0551ee481b98d51 Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
diff --git a/test/pid_fancontroller_unittest.cpp b/test/pid_fancontroller_unittest.cpp index 8379113..6075a95 100644 --- a/test/pid_fancontroller_unittest.cpp +++ b/test/pid_fancontroller_unittest.cpp
@@ -1,3 +1,5 @@ +#include "config.h" + #include "pid/ec/logging.hpp" #include "pid/ec/pid.hpp" #include "pid/fancontroller.hpp"