]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/splash.cpp
Use the size value passed to the ctor to set the window's minimum size.
[wxWidgets.git] / src / generic / splash.cpp
index 0b0b3c323fdf794506902dc2ea6ed0ea89a6406c..d498bb4e5575fb0391b725ae85b6cdc4e9287f71 100644 (file)
@@ -9,7 +9,7 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "splash.h"
 #endif
 
@@ -24,6 +24,7 @@
 
 #ifndef WX_PRECOMP
 #include "wx/dcmemory.h"
+#include "wx/dcclient.h"
 #endif
 
 #include "wx/splash.h"