]> git.lyx.org Git - lyx.git/blobdiff - src/toc.h
remove noload/don't typeset
[lyx.git] / src / toc.h
index 78ec77afa964da65921d5836a9e479e1e673cf45..5af9e4959f894d29127ec602fca56c60948f4b08 100644 (file)
--- a/src/toc.h
+++ b/src/toc.h
@@ -20,6 +20,8 @@
 #pragma interface
 #endif
 
+#include <config.h>
 #include "support/LOstream.h"
 #include "LString.h"
 
@@ -65,7 +67,7 @@ TocList const getTocList(Buffer const *);
 std::vector<string> const getTypes(Buffer const *);
 
 ///
-void asciiTocList(string const &, Buffer const *, ostream &);
+void asciiTocList(string const &, Buffer const *, std::ostream &);
        
 /** Given the cmdName of the TOC param, returns the type used
     by ControlToc::getContents() */