]> git.lyx.org Git - lyx.git/blobdiff - src/support/lyxsum.C
MacOSX compile fix.
[lyx.git] / src / support / lyxsum.C
index d14ea24d7d24a3e34078fa440f66b9b3911d14c1..b9cee3289b50dfb883a751143ae606a0509ff072 100644 (file)
@@ -103,8 +103,8 @@ unsigned long do_crc(InputIterator first, InputIterator last)
 
 } // namespace
 
-#if HAVE_DECL_ISTREAMBUF_ITERATOR
 using std::ifstream;
+#if HAVE_DECL_ISTREAMBUF_ITERATOR
 using std::istreambuf_iterator;
 
 unsigned long lyx::support::sum(string const & file)