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

Fix build breakage due to missing header

This commit is contained in:
Mark Roszko 2024-03-21 03:15:14 +00:00
parent a5ef4f1bef
commit de6c0fcf25

View File

@ -27,6 +27,7 @@
#ifndef UTF8_H_
#define UTF8_H_
#include <iostream>
#include <string>
#include <wx/string.h>