diff --git a/src/SaveTool/SaveTool_drawAbout.cpp b/src/SaveTool/SaveTool_drawAbout.cpp index b80af38..1904d1b 100644 --- a/src/SaveTool/SaveTool_drawAbout.cpp +++ b/src/SaveTool/SaveTool_drawAbout.cpp @@ -24,6 +24,8 @@ #include +#include + #include "../FontAwesome/IconsFontAwesome5.h" #include "../FontAwesome/IconsFontAwesome5Brands.h" @@ -255,6 +257,7 @@ void SaveTool::drawAbout() { } if(ImGui::TreeNodeEx("libcurl", ImGuiTreeNodeFlags_SpanAvailWidth)) { + ImGui::Text("Version used: %s", LIBCURL_VERSION); auto curl_website = "https://curl.se/libcurl"; drawAlignedText(ICON_FA_GLOBE " %s", curl_website); ImGui::SameLine();