diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aebc739..a3e70cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,7 @@ jobs: build-windows: runs-on: windows-latest env: - vcpkg-prereqs: nlohmann-json:x64-windows spdlog:x64-windows sdl2:x64-windows freetype[core]:x64-windows zlib:x64-windows + vcpkg-prereqs: nlohmann-json:x64-windows spdlog:x64-windows sdl2:x64-windows freetype[core]:x64-windows zlib:x64-windows gettext:x64-windows steps: - uses: actions/checkout@v4 with: diff --git a/src/main.cpp b/src/main.cpp index dbaaf00..9f2e527 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -19,6 +19,8 @@ #include "Utils.hpp" #include "Version.hpp" +#include "libintl.h" + #if !SDL_VERSION_ATLEAST(2, 0, 17) #error This backend requires SDL 2.0.17+ because of SDL_RenderGeometry() function #endif