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 239844633..a88fa8d7b 100644 --- a/tests/test_common/test_common.hpp +++ b/tests/test_common/test_common.hpp | |||
@@ -17,8 +17,10 @@ | |||
17 | #include "gtest/gtest.h" | 17 | #include "gtest/gtest.h" |
18 | #include "gmock/gmock.h" | 18 | #include "gmock/gmock.h" |
19 | 19 | ||
20 | extern "C" { | ||
20 | #include "quantum.h" | 21 | #include "quantum.h" |
22 | } | ||
21 | #include "test_driver.hpp" | 23 | #include "test_driver.hpp" |
22 | #include "test_matrix.h" | 24 | #include "test_matrix.h" |
23 | #include "keyboard_report_util.hpp" | 25 | #include "keyboard_report_util.hpp" |
24 | #include "test_fixture.hpp" \ No newline at end of file | 26 | #include "test_fixture.hpp" |