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