From 565ab76e63cba22f0f3659513210d3de63db198f Mon Sep 17 00:00:00 2001 From: Glenn Rice Date: Fri, 25 Feb 2011 23:51:59 +0000 Subject: [PATCH] Linux build fix. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7251 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/DolphinWX/Src/Debugger/BreakpointWindow.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/Core/DolphinWX/Src/Debugger/BreakpointWindow.cpp b/Source/Core/DolphinWX/Src/Debugger/BreakpointWindow.cpp index 375a611b5e..6b052b7d8c 100644 --- a/Source/Core/DolphinWX/Src/Debugger/BreakpointWindow.cpp +++ b/Source/Core/DolphinWX/Src/Debugger/BreakpointWindow.cpp @@ -16,6 +16,7 @@ // http://code.google.com/p/dolphin-emu/ #include +#include #include "BreakpointView.h" #include "CodeWindow.h" @@ -50,7 +51,7 @@ class CBreakPointBar : public wxListCtrl wxBitmap m_Bitmaps[Bitmaps_max]; public: - CBreakPointBar::CBreakPointBar(CBreakPointWindow* parent, const wxWindowID id, + CBreakPointBar(CBreakPointWindow* parent, const wxWindowID id, const wxPoint& pos, const wxSize& size, long style) : wxListCtrl((wxWindow*)parent, id, pos, size, style) {