From db9265d4813280cb88023362a29230b021b43eca Mon Sep 17 00:00:00 2001 From: Taylor Richards Date: Sat, 10 Mar 2018 03:25:42 -0500 Subject: [PATCH] fix linker issue with wxWidgets --- src/launcher/launcher.cpp | 1 + src/launcher/launchersetup.cpp | 1 + src/network/stand_gui.cpp | 1 + src/pofview/pofview.cpp | 1 + 4 files changed, 4 insertions(+) diff --git a/src/launcher/launcher.cpp b/src/launcher/launcher.cpp index 616355d..df8455b 100644 --- a/src/launcher/launcher.cpp +++ b/src/launcher/launcher.cpp @@ -11,6 +11,7 @@ #include "wx/filename.h" #include "wx/stdpaths.h" +#include "wx/access.h" #include "pstypes.h" #include "osregistry.h" diff --git a/src/launcher/launchersetup.cpp b/src/launcher/launchersetup.cpp index 75ed921..35b6c91 100644 --- a/src/launcher/launchersetup.cpp +++ b/src/launcher/launchersetup.cpp @@ -13,6 +13,7 @@ #include "osregistry.h" #include "wx/valnum.h" +#include "wx/access.h" wxBEGIN_EVENT_TABLE(LauncherSetup, wxDialog) diff --git a/src/network/stand_gui.cpp b/src/network/stand_gui.cpp index 38be321..f8db332 100644 --- a/src/network/stand_gui.cpp +++ b/src/network/stand_gui.cpp @@ -19,6 +19,7 @@ #include "wx/textfile.h" #include "wx/socket.h" #include "wx/cmdline.h" +#include "wx/access.h" #include "SDL.h" diff --git a/src/pofview/pofview.cpp b/src/pofview/pofview.cpp index 56a9acd..df65c26 100644 --- a/src/pofview/pofview.cpp +++ b/src/pofview/pofview.cpp @@ -12,6 +12,7 @@ #include "pofview.h" #include "wx/filename.h" +#include "wx/access.h" #include "pstypes.h" #include "2d.h" -- 2.39.2