From c8ede8d4307769a4f2ccef4bf62905fd37b61e43 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Fri, 17 Jul 2020 10:59:38 +0200 Subject: [PATCH] Fix #include form for a wx header in the sample Use quotes, not angle brackets, for #includes in wx source tree itself. No real changes. --- samples/drawing/drawing.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/drawing/drawing.cpp b/samples/drawing/drawing.cpp index 8a502ad97b..acd2eeaa47 100644 --- a/samples/drawing/drawing.cpp +++ b/samples/drawing/drawing.cpp @@ -2108,7 +2108,7 @@ void MyCanvas::UseGraphicRenderer(wxGraphicsRenderer* renderer) #if wxUSE_DC_TRANSFORM_MATRIX -#include +#include "wx/valnum.h" class TransformDataDialog : public wxDialog {