From fd4d38e657938e2a478032ce306b887c4a16e4ee Mon Sep 17 00:00:00 2001 From: Jouk Date: Thu, 19 Jul 2018 09:52:44 +0200 Subject: [PATCH] Always include wx/display.h (also when wxUSE_DISPLAY=0) --- src/stc/PlatWX.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/stc/PlatWX.cpp b/src/stc/PlatWX.cpp index ecca096883..1efb9d9de0 100644 --- a/src/stc/PlatWX.cpp +++ b/src/stc/PlatWX.cpp @@ -22,9 +22,7 @@ #include -#if wxUSE_DISPLAY #include "wx/display.h" -#endif #include "wx/encconv.h" #include "wx/listctrl.h"