summaryrefslogtreecommitdiffstats
path: root/tests/test_common/test_common.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_common/test_common.hpp')
-rw-r--r--tests/test_common/test_common.hpp4
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 @@
#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"