diff --git a/qa/pcbnew/test_module.cpp b/qa/pcbnew/test_module.cpp index 698d0522a0..533fc4f0a4 100644 --- a/qa/pcbnew/test_module.cpp +++ b/qa/pcbnew/test_module.cpp @@ -25,12 +25,14 @@ * Main file for the pcbnew tests to be compiled */ #include +#include #include bool init_unit_test() { + KIPLATFORM::APP::Init(); boost::unit_test::framework::master_test_suite().p_name.value = "Pcbnew module tests"; return wxInitialize(); }