From 0038722d0f7a8895eb197283fcc2ec9d013ef2f9 Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Fri, 7 Jun 2013 19:35:09 +0200 Subject: [PATCH] Fix compil issue on wxWidgets 2.8.12, created by my last commit. --- common/common_plot_functions.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/common_plot_functions.cpp b/common/common_plot_functions.cpp index 50da2d814f..e090dd2af2 100644 --- a/common/common_plot_functions.cpp +++ b/common/common_plot_functions.cpp @@ -35,6 +35,8 @@ #include #include #include "worksheet_shape_builder.h" +#include + wxString GetDefaultPlotExtension( PlotFormat aFormat )