]> git.saurik.com Git - wxWidgets.git/commitdiff
fix MinGW/gcc compilation issue
authorDavid Surovell <davids@osafoundation.org>
Thu, 29 Dec 2005 06:43:26 +0000 (06:43 +0000)
committerDavid Surovell <davids@osafoundation.org>
Thu, 29 Dec 2005 06:43:26 +0000 (06:43 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36589 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/sashwin.cpp

index 945582381a1df054bf5c540ce89116056c0241c3..85b0648bf4b79eac2001d69bd95ffc289ec0f29c 100644 (file)
@@ -31,6 +31,7 @@
 #include <stdlib.h>
 
 #include "wx/dcscreen.h"
+#include "wx/dcclient.h"
 #include "wx/sashwin.h"
 #include "wx/laywin.h"