]> git.lyx.org Git - lyx.git/blobdiff - src/main.C
move some selection related stuff over to textcursor.C
[lyx.git] / src / main.C
index 6ba9adc0c7608d0448f633dc296312a3e200067c..1b21c24b6fa5868ebe24a6d7dedaaeb00cec5971 100644 (file)
 #include "gettext.h"
 #include "support/os.h"
 
+#ifdef HAVE_IOS
 #include <ios>
+#endif
 
 int main(int argc, char * argv[])
 {
-       std::ios::sync_with_stdio(false);
+#ifdef HAVE_IOS
+       std::ios_base::sync_with_stdio(false);
+#endif
 
        os::init(&argc, &argv);