]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/numdlgg.cpp
compilation fix for non-threaded compilation (threads are still broken
[wxWidgets.git] / src / generic / numdlgg.cpp
index e0d39f71535c3a91aeec279a9c3751dead7a3354..22455856f9169b09d1f54e3d2b8e94c1af5cb431 100644 (file)
@@ -48,7 +48,7 @@
 #include "wx/spinctrl.h"
 
 // this is where wxGetNumberFromUser() is declared
-#include "wx/generic/textdlgg.h"
+#include "wx/textdlg.h"
 
 #if !wxUSE_SPINCTRL
     // wxTextCtrl will do instead of wxSpinCtrl if we don't have it