]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/markuptext.cpp
Remove superfluous mouse capturing in wxGrid row/column labels windows.
[wxWidgets.git] / src / generic / markuptext.cpp
index 03068db66322dca7d07e9a28c1c53905b344626f..03c587c91aad985a06c37a96ad4ecdb44e22decb 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     wxMarkupText implementation
 // Author:      Vadim Zeitlin
 // Created:     2011-02-21
-// RCS-ID:      $Id: wxhead.cpp,v 1.11 2010-04-22 12:44:51 zeitlin Exp $
 // Copyright:   (c) 2011 Vadim Zeitlin <vadim@wxwidgets.org>
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
@@ -27,6 +26,7 @@
 
 #ifndef WX_PRECOMP
     #include "wx/gdicmn.h"
+    #include "wx/control.h"
     #include "wx/dc.h"
 #endif // WX_PRECOMP