From: Jean-Marc Lasgouttes Date: Tue, 6 May 2008 10:36:32 +0000 (+0000) Subject: unbreak compilation (part 2) X-Git-Tag: 1.6.10~4883 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=ecb715d682762ae9a68ca8837f624e31741e3ce9;p=features.git unbreak compilation (part 2) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24632 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/mathed/InsetMathAMSArray.cpp b/src/mathed/InsetMathAMSArray.cpp index 1f90170771..3a8c378380 100644 --- a/src/mathed/InsetMathAMSArray.cpp +++ b/src/mathed/InsetMathAMSArray.cpp @@ -24,6 +24,8 @@ #include "support/lstrings.h" +#include + namespace lyx { diff --git a/src/mathed/InsetMathBoldSymbol.cpp b/src/mathed/InsetMathBoldSymbol.cpp index 3fa8ce606f..f5bb350a01 100644 --- a/src/mathed/InsetMathBoldSymbol.cpp +++ b/src/mathed/InsetMathBoldSymbol.cpp @@ -16,6 +16,9 @@ #include "MathData.h" #include "LaTeXFeatures.h" +#include + + namespace lyx { InsetMathBoldSymbol::InsetMathBoldSymbol(Kind kind) diff --git a/src/mathed/InsetMathBox.cpp b/src/mathed/InsetMathBox.cpp index 704ee5c418..91c1a0ab2d 100644 --- a/src/mathed/InsetMathBox.cpp +++ b/src/mathed/InsetMathBox.cpp @@ -21,6 +21,8 @@ #include "frontends/Painter.h" +#include + namespace lyx { diff --git a/src/mathed/InsetMathBrace.cpp b/src/mathed/InsetMathBrace.cpp index 0992f245f5..d5b6da44dc 100644 --- a/src/mathed/InsetMathBrace.cpp +++ b/src/mathed/InsetMathBrace.cpp @@ -20,6 +20,8 @@ #include "frontends/FontMetrics.h" #include "frontends/Painter.h" +#include + using namespace std; namespace lyx { diff --git a/src/mathed/InsetMathCases.cpp b/src/mathed/InsetMathCases.cpp index b233bbd24a..6ade4d2ebe 100644 --- a/src/mathed/InsetMathCases.cpp +++ b/src/mathed/InsetMathCases.cpp @@ -24,6 +24,8 @@ #include "support/lstrings.h" +#include + using namespace std; using namespace lyx::support; diff --git a/src/mathed/InsetMathColor.cpp b/src/mathed/InsetMathColor.cpp index d3c8b315e8..f5854f3712 100644 --- a/src/mathed/InsetMathColor.cpp +++ b/src/mathed/InsetMathColor.cpp @@ -19,6 +19,8 @@ #include "MathSupport.h" #include "MetricsInfo.h" +#include + namespace lyx { diff --git a/src/mathed/InsetMathColor.h b/src/mathed/InsetMathColor.h index 9f8419b633..f8a2bdffbe 100644 --- a/src/mathed/InsetMathColor.h +++ b/src/mathed/InsetMathColor.h @@ -14,6 +14,7 @@ #include "InsetMathNest.h" +#include "support/docstream.h" namespace lyx { diff --git a/src/mathed/InsetMathComment.cpp b/src/mathed/InsetMathComment.cpp index ee04b0abd6..5bf046d08e 100644 --- a/src/mathed/InsetMathComment.cpp +++ b/src/mathed/InsetMathComment.cpp @@ -16,6 +16,8 @@ #include "MathStream.h" #include "MathSupport.h" +#include + namespace lyx { diff --git a/src/mathed/InsetMathDecoration.cpp b/src/mathed/InsetMathDecoration.cpp index ad5882b250..777fa75aca 100644 --- a/src/mathed/InsetMathDecoration.cpp +++ b/src/mathed/InsetMathDecoration.cpp @@ -23,6 +23,8 @@ #include "support/debug.h" +#include + namespace lyx { diff --git a/src/mathed/InsetMathEnv.cpp b/src/mathed/InsetMathEnv.cpp index 2fc7a29474..82460b986c 100644 --- a/src/mathed/InsetMathEnv.cpp +++ b/src/mathed/InsetMathEnv.cpp @@ -16,6 +16,8 @@ #include "MathStream.h" #include "MathStream.h" +#include + namespace lyx { diff --git a/src/mathed/InsetMathFont.cpp b/src/mathed/InsetMathFont.cpp index 85dba7dedc..2d73d64710 100644 --- a/src/mathed/InsetMathFont.cpp +++ b/src/mathed/InsetMathFont.cpp @@ -18,6 +18,8 @@ #include "MathParser.h" #include "MetricsInfo.h" +#include + namespace lyx { diff --git a/src/mathed/InsetMathFontOld.cpp b/src/mathed/InsetMathFontOld.cpp index 8483b0ef93..fda63bdba4 100644 --- a/src/mathed/InsetMathFontOld.cpp +++ b/src/mathed/InsetMathFontOld.cpp @@ -17,6 +17,8 @@ #include "MathParser.h" #include "MetricsInfo.h" +#include + namespace lyx { diff --git a/src/mathed/InsetMathPar.cpp b/src/mathed/InsetMathPar.cpp index 6859a33f91..5659d02a8e 100644 --- a/src/mathed/InsetMathPar.cpp +++ b/src/mathed/InsetMathPar.cpp @@ -15,6 +15,7 @@ #include "MathData.h" #include "MathStream.h" +#include namespace lyx { diff --git a/src/mathed/InsetMathPhantom.cpp b/src/mathed/InsetMathPhantom.cpp index 07c4bc08c7..ef2ccbbb50 100644 --- a/src/mathed/InsetMathPhantom.cpp +++ b/src/mathed/InsetMathPhantom.cpp @@ -15,6 +15,8 @@ #include "MathStream.h" #include "frontends/Painter.h" +#include + namespace lyx { diff --git a/src/mathed/InsetMathRef.cpp b/src/mathed/InsetMathRef.cpp index aa93b220db..998653b38b 100644 --- a/src/mathed/InsetMathRef.cpp +++ b/src/mathed/InsetMathRef.cpp @@ -29,6 +29,8 @@ #include "support/debug.h" #include "support/gettext.h" +#include + using namespace std; namespace lyx { diff --git a/src/mathed/InsetMathScript.cpp b/src/mathed/InsetMathScript.cpp index 01c42d0a99..482315f28c 100644 --- a/src/mathed/InsetMathScript.cpp +++ b/src/mathed/InsetMathScript.cpp @@ -25,6 +25,8 @@ #include "support/lassert.h" +#include + using namespace std; namespace lyx { diff --git a/src/mathed/InsetMathSize.cpp b/src/mathed/InsetMathSize.cpp index f90a76c1fa..c014d90adf 100644 --- a/src/mathed/InsetMathSize.cpp +++ b/src/mathed/InsetMathSize.cpp @@ -18,6 +18,8 @@ #include "support/convert.h" +#include + namespace lyx { diff --git a/src/mathed/InsetMathSplit.cpp b/src/mathed/InsetMathSplit.cpp index daa6919176..01b5bcfe68 100644 --- a/src/mathed/InsetMathSplit.cpp +++ b/src/mathed/InsetMathSplit.cpp @@ -23,6 +23,8 @@ #include "support/lstrings.h" +#include + using namespace std; namespace lyx { diff --git a/src/mathed/InsetMathSubstack.cpp b/src/mathed/InsetMathSubstack.cpp index 9b48b77eac..1ecf2b04e7 100644 --- a/src/mathed/InsetMathSubstack.cpp +++ b/src/mathed/InsetMathSubstack.cpp @@ -22,6 +22,8 @@ #include "support/lstrings.h" +#include + using namespace std; namespace lyx { diff --git a/src/mathed/InsetMathTabular.cpp b/src/mathed/InsetMathTabular.cpp index 01d8c9cb65..b951900efd 100644 --- a/src/mathed/InsetMathTabular.cpp +++ b/src/mathed/InsetMathTabular.cpp @@ -18,6 +18,8 @@ #include "support/lstrings.h" +#include + namespace lyx { InsetMathTabular::InsetMathTabular(docstring const & name, int m, int n) diff --git a/src/mathed/InsetMathXYMatrix.cpp b/src/mathed/InsetMathXYMatrix.cpp index 545ffafebb..2b58c332c1 100644 --- a/src/mathed/InsetMathXYMatrix.cpp +++ b/src/mathed/InsetMathXYMatrix.cpp @@ -15,6 +15,8 @@ #include "LaTeXFeatures.h" #include "MathStream.h" +#include + namespace lyx { diff --git a/src/mathed/MathMacro.cpp b/src/mathed/MathMacro.cpp index bcd0aa074c..bf6132630a 100644 --- a/src/mathed/MathMacro.cpp +++ b/src/mathed/MathMacro.cpp @@ -35,6 +35,7 @@ #include "support/lassert.h" #include "support/debug.h" +#include #include using namespace std; diff --git a/src/mathed/MathStream.cpp b/src/mathed/MathStream.cpp index c0e3ac1067..295b1d77d5 100644 --- a/src/mathed/MathStream.cpp +++ b/src/mathed/MathStream.cpp @@ -21,6 +21,7 @@ #include #include +#include using namespace std;