]> git.lyx.org Git - lyx.git/blobdiff - src/main.C
last Friday's text*.C -> text_func shuffle
[lyx.git] / src / main.C
index 6ba9adc0c7608d0448f633dc296312a3e200067c..18413bf4f7ea7bf05d60e64e8219793782faa8e7 100644 (file)
 #include "gettext.h"
 #include "support/os.h"
 
+#ifdef HAVE_IOS
 #include <ios>
+#endif
+
+using namespace lyx::support;
 
 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);