7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-21 00:21:25 +00:00

Fix build error on Windows.

This commit is contained in:
Alex Shvartzkop 2025-02-15 13:40:07 +03:00
parent 0ee195bab0
commit b5c6361a05

View File

@ -39,6 +39,7 @@
#include <functional>
#include <cstdio>
#include <array>
constexpr auto DEFAULT_ALIGNMENT = ETEXT::BOTTOM_LEFT;