X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=tests%2Ftest_common%2Ftest_common.hpp;h=a88fa8d7b8e36ba3747db38c50508daca7c33fda;hb=9eedaa88022f2e221ef3443ed35935e163b9ac95;hp=2398446339bbe6a073a40088720366017d86a8f8;hpb=ee43856ff7ba37ea89d1a8a4700efba4e4f69571;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"