diff options
Diffstat (limited to 'tests/test_common/test_common.hpp')
-rw-r--r-- | tests/test_common/test_common.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/test_common/test_common.hpp b/tests/test_common/test_common.hpp index 2398446339..a88fa8d7b8 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" |