diff --git a/tests/python_bindings/test_suite.cc b/tests/python_bindings/test_suite.cc index e0c3ac9..d6bc08e 100644 --- a/tests/python_bindings/test_suite.cc +++ b/tests/python_bindings/test_suite.cc @@ -1,8 +1,10 @@ #include "test_suite.h" #include "python_module.h" +#include #include suite::suite(const boost::filesystem::path &path) : plugins(config) { + Gsv::init(); py::initialize_interpreter(); if(!Py_IsInitialized()) { throw std::runtime_error("Unable to initialize interpreter");