X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=tests%2Ftest_common%2Ftest_common.hpp;fp=tests%2Ftest_common%2Ftest_common.hpp;h=a88fa8d7b8e36ba3747db38c50508daca7c33fda;hb=4ea3bbdb4cbb02310623c9dfc464d84e4f653492;hp=2398446339bbe6a073a40088720366017d86a8f8;hpb=bad839e6ac815f9fc0836d8170b716838fbc87b7;p=qmk_firmware.git diff --git a/tests/test_common/test_common.hpp b/tests/test_common/test_common.hpp index 239844633..a88fa8d7b 100644 --- a/tests/test_common/test_common.hpp +++ b/tests/test_common/test_common.hpp @@ -17,8 +17,10 @@ #include "gtest/gtest.h" #include "gmock/gmock.h" +extern "C" { #include "quantum.h" +} #include "test_driver.hpp" #include "test_matrix.h" #include "keyboard_report_util.hpp" -#include "test_fixture.hpp" \ No newline at end of file +#include "test_fixture.hpp"