mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
compile fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20600 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
83cf9ed0a9
commit
ca304dea84
@ -10,10 +10,12 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include <iostream>
|
||||
#include "Context.h"
|
||||
#include "Layout.h"
|
||||
|
||||
#include "support/lstrings.h"
|
||||
#include "Context.h"
|
||||
|
||||
#include <iostream>
|
||||
|
||||
|
||||
namespace lyx {
|
||||
@ -25,7 +27,7 @@ using std::string;
|
||||
|
||||
namespace {
|
||||
|
||||
void begin_layout(ostream & os, LayoutPtr layout, TeXFont const & font,
|
||||
void begin_layout(ostream & os, LayoutPtr const & layout, TeXFont const & font,
|
||||
TeXFont const & normalfont)
|
||||
{
|
||||
os << "\n\\begin_layout " << to_utf8(layout->name()) << "\n";
|
||||
|
@ -17,6 +17,7 @@
|
||||
|
||||
#include "debug.h"
|
||||
#include "TextClass.h"
|
||||
#include "Layout.h"
|
||||
|
||||
#include "support/convert.h"
|
||||
#include "support/filetools.h"
|
||||
|
@ -15,6 +15,7 @@
|
||||
|
||||
#include "tex2lyx.h"
|
||||
#include "Context.h"
|
||||
#include "Layout.h"
|
||||
#include "FloatList.h"
|
||||
#include "lengthcommon.h"
|
||||
#include "support/lstrings.h"
|
||||
|
Loading…
Reference in New Issue
Block a user