From 0c5d9fa20c446a3afd5955bdb4a65180d5254d20 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 )