kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #24800
Re: [PATCH 02/12] Add missing C++ stdlib headers
01 and 02 committed in 6839 and 6840. Thank you.
On Fri, May 27, 2016 at 04:32:49PM +0200, Simon Richter wrote:
>
> The GCC standard library headers often include other headers, which makes
> some code compile that forgets to include several headers.
> ---
> common/gal/graphics_abstraction_layer.cpp | 2 ++
> common/grid_tricks.cpp | 2 ++
> common/selcolor.cpp | 2 ++
> common/tool/action_manager.cpp | 1 +
> eeschema/class_library.h | 2 ++
> eeschema/dialogs/dialog_lib_edit_pin_table.cpp | 2 ++
> eeschema/sch_sheet_path.h | 2 ++
> gerbview/class_gerber_file_image.cpp | 1 +
> gerbview/class_gerber_file_image_list.cpp | 2 ++
> include/tool/tool_event.h | 1 +
> include/tool/tool_manager.h | 1 +
> pcb_calculator/transline/transline.cpp | 1 +
> pcbnew/layer_widget.cpp | 3 +++
> pcbnew/ratsnest_data.h | 2 ++
> pcbnew/router/pns_diff_pair.cpp | 1 +
> pcbnew/router/pns_optimizer.cpp | 2 ++
> pcbnew/router/pns_utils.cpp | 2 ++
> pcbnew/tools/conditional_menu.h | 1 +
> pcbnew/tools/edit_points.h | 3 +++
> polygon/math_for_graphics.cpp | 1 +
> utils/idftools/idf_common.cpp | 1 +
> 21 files changed, 35 insertions(+)
>
References