diff --git a/src/api/wayfire/nonstd/wlroots-full.hpp b/src/api/wayfire/nonstd/wlroots-full.hpp index b9e0c3f3e..13c918921 100644 --- a/src/api/wayfire/nonstd/wlroots-full.hpp +++ b/src/api/wayfire/nonstd/wlroots-full.hpp @@ -20,6 +20,8 @@ extern "C" { +// Version +#include // Rendering #define static #include diff --git a/src/main.cpp b/src/main.cpp index 498bb8e56..403584d6a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -18,7 +18,8 @@ static void print_version() { std::cout << WAYFIRE_VERSION << "-" << wf::version::git_commit << - " (" __DATE__ ") branch " << wf::version::git_branch << std::endl; + " (" __DATE__ ") branch " << wf::version::git_branch << + " wlroots-" << WLR_VERSION_STR << std::endl; exit(0); }