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
1 changed files with 1 additions and 0 deletions

View File

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