]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTOC.cpp
Move isMultiCell() to Cursor, and use it.
[lyx.git] / src / insets / InsetTOC.cpp
index ae65f1be9eb62c2b53fc7843f9a4beb0ddf4c49b..eeb04d23694089288bf5ce0a0ac3e763b8328331 100644 (file)
 #include "Buffer.h"
 #include "DispatchResult.h"
 #include "FuncRequest.h"
-#include "support/gettext.h"
 #include "MetricsInfo.h"
 #include "OutputParams.h"
 #include "TocBackend.h"
 
+#include "support/gettext.h"
+
+#include <ostream>
+
 using namespace std;
 
 namespace lyx {