fix macos build

This commit is contained in:
supermerill 2020-10-21 15:50:07 +02:00
parent 2291bd76de
commit 18847f5041
3 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,8 @@
#include <wx/string.h>
#include <wx/event.h>
#include <wx/dialog.h>
#include <wx/combobox.h>
#include <wx/arrstr.h>
#include "GUI.hpp"
#include "GUI_Utils.hpp"

View File

@ -3,6 +3,7 @@
#include <string>
#include <wx/string.h>
#include <wx/arrstr.h>
#include <boost/optional.hpp>
#include "PrintHost.hpp"

View File

@ -7,6 +7,7 @@
#include <boost/filesystem/path.hpp>
#include <wx/string.h>
#include <wx/arrstr.h>
#include "Http.hpp"