diff --git a/tests/lldb_test.cpp b/tests/lldb_test.cpp index 213e277..b7502af 100644 --- a/tests/lldb_test.cpp +++ b/tests/lldb_test.cpp @@ -2,9 +2,13 @@ #include #include #include +#include #include int main() { + auto app = Gtk::Application::create(); + Gsv::init(); + auto build_path = boost::filesystem::canonical(JUCI_BUILD_PATH); auto exec_path = build_path / "tests" / "lldb_test_files" / "lldb_test_executable"; g_assert(boost::filesystem::exists(exec_path));