]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/variant.cpp
use wxTE_PROCESS_ENTER for the text control part
[wxWidgets.git] / src / common / variant.cpp
index e76fbcb725b3a1045fe062d3542ccd79cb4c56ff..a45b3d7489538d748124165dc78487173cca0447 100644 (file)
@@ -20,6 +20,9 @@
 
 #ifndef WX_PRECOMP
     #include "wx/string.h"
+    #if wxUSE_STREAMS
+        #include "wx/stream.h"
+    #endif
 #endif
 
 #if wxUSE_STD_IOSTREAM
@@ -36,8 +39,7 @@ using namespace std ;
 #endif
 
 #if wxUSE_STREAMS
-#include "wx/stream.h"
-#include "wx/txtstrm.h"
+    #include "wx/txtstrm.h"
 #endif
 
 #include "wx/string.h"