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:
parent
a5ef4f1bef
commit
de6c0fcf25
@ -27,6 +27,7 @@
|
||||
#ifndef UTF8_H_
|
||||
#define UTF8_H_
|
||||
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
#include <wx/string.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user