]> git.lyx.org Git - features.git/commitdiff
unbreak compilation (part 2)
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 6 May 2008 10:36:32 +0000 (10:36 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 6 May 2008 10:36:32 +0000 (10:36 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24632 a592a061-630c-0410-9148-cb99ea01b6c8

23 files changed:
src/mathed/InsetMathAMSArray.cpp
src/mathed/InsetMathBoldSymbol.cpp
src/mathed/InsetMathBox.cpp
src/mathed/InsetMathBrace.cpp
src/mathed/InsetMathCases.cpp
src/mathed/InsetMathColor.cpp
src/mathed/InsetMathColor.h
src/mathed/InsetMathComment.cpp
src/mathed/InsetMathDecoration.cpp
src/mathed/InsetMathEnv.cpp
src/mathed/InsetMathFont.cpp
src/mathed/InsetMathFontOld.cpp
src/mathed/InsetMathPar.cpp
src/mathed/InsetMathPhantom.cpp
src/mathed/InsetMathRef.cpp
src/mathed/InsetMathScript.cpp
src/mathed/InsetMathSize.cpp
src/mathed/InsetMathSplit.cpp
src/mathed/InsetMathSubstack.cpp
src/mathed/InsetMathTabular.cpp
src/mathed/InsetMathXYMatrix.cpp
src/mathed/MathMacro.cpp
src/mathed/MathStream.cpp

index 1f901707711a8a1b6395d03ef90ac2d6576d9565..3a8c3783806f18d94dc2998f70c73b581633ea6a 100644 (file)
@@ -24,6 +24,8 @@
 
 #include "support/lstrings.h"
 
+#include <ostream>
+
 
 namespace lyx {
 
index 3fa8ce606fc2c6080326bb3423c41a46864be598..f5bb350a01df4d788336f94824462f4d886d1479 100644 (file)
@@ -16,6 +16,9 @@
 #include "MathData.h"
 #include "LaTeXFeatures.h"
 
+#include <ostream>
+
+
 namespace lyx {
 
 InsetMathBoldSymbol::InsetMathBoldSymbol(Kind kind)
index 704ee5c41890bee6bfa5b4b46e76f1fa1a7409ac..91c1a0ab2d8ea9748275280d1e27644cbcfd87a0 100644 (file)
@@ -21,6 +21,8 @@
 
 #include "frontends/Painter.h"
 
+#include <ostream>
+
 
 namespace lyx {
 
index 0992f245f502b2115f39d08018fae1b375372d70..d5b6da44dc768f3cb3f09a8fea6a8ba4570eaff4 100644 (file)
@@ -20,6 +20,8 @@
 #include "frontends/FontMetrics.h"
 #include "frontends/Painter.h"
 
+#include <ostream>
+
 using namespace std;
 
 namespace lyx {
index b233bbd24a9e42596e782a9e646f8864a8724c5c..6ade4d2ebe875d6eacc725b769a7a6e7e6e6d8a8 100644 (file)
@@ -24,6 +24,8 @@
 
 #include "support/lstrings.h"
 
+#include <ostream>
+
 using namespace std;
 using namespace lyx::support;
 
index d3c8b315e83859859f07ae254ceea8c4f2226317..f5854f3712dbead99a906e0a752d4e0e2d3dcc0a 100644 (file)
@@ -19,6 +19,8 @@
 #include "MathSupport.h"
 #include "MetricsInfo.h"
 
+#include <ostream>
+
 
 namespace lyx {
 
index 9f8419b63307ce966832f3d0bbf79cf820cea634..f8a2bdffbe719234ef8da90e5e92f9b66f8fa581 100644 (file)
@@ -14,6 +14,7 @@
 
 #include "InsetMathNest.h"
 
+#include "support/docstream.h"
 
 namespace lyx {
 
index ee04b0abd67bea2301878bf2336319dd5ae8f890..5bf046d08e87e229ab2a711024a056540d82ff04 100644 (file)
@@ -16,6 +16,8 @@
 #include "MathStream.h"
 #include "MathSupport.h"
 
+#include <ostream>
+
 
 namespace lyx {
 
index ad5882b250d509f83961e28bd73ea2cbde633e71..777fa75aca29b07b014cf601f5889e1a2db4c11a 100644 (file)
@@ -23,6 +23,8 @@
 
 #include "support/debug.h"
 
+#include <ostream>
+
 
 namespace lyx {
 
index 2fc7a29474ba0b31b50406fddabbaad6bfb416fc..82460b986c539f7a8857eca038824f4849726de7 100644 (file)
@@ -16,6 +16,8 @@
 #include "MathStream.h"
 #include "MathStream.h"
 
+#include <ostream>
+
 
 namespace lyx {
 
index 85dba7dedc161a89533cacd5b2b23ba3b41caf00..2d73d64710223259947fa958a33ade3e7043260c 100644 (file)
@@ -18,6 +18,8 @@
 #include "MathParser.h"
 #include "MetricsInfo.h"
 
+#include <ostream>
+
 
 namespace lyx {
 
index 8483b0ef931c9c0a51bc7eb81bd1a3b5b0aa7418..fda63bdba4f1b7bd9dccb66915ec7697e3af5146 100644 (file)
@@ -17,6 +17,8 @@
 #include "MathParser.h"
 #include "MetricsInfo.h"
 
+#include <ostream>
+
 
 namespace lyx {
 
index 6859a33f91c47ed8f0d2a30ed2d9cbc0a19a262c..5659d02a8e8f14b7d39a1da46f51a0ca8aba4abc 100644 (file)
@@ -15,6 +15,7 @@
 #include "MathData.h"
 #include "MathStream.h"
 
+#include <ostream>
 
 namespace lyx {
 
index 07c4bc08c7a2591b40e8bb86c6948fae1e62964e..ef2ccbbb50b47944f6a7e8cc688bc88dcb4f7837 100644 (file)
@@ -15,6 +15,8 @@
 #include "MathStream.h"
 #include "frontends/Painter.h"
 
+#include <ostream>
+
 namespace lyx {
 
 
index aa93b220db2519e3c9873d38e7ed4b4354a0884e..998653b38b68fe6dd3161d7a266e2878791ffb63 100644 (file)
@@ -29,6 +29,8 @@
 #include "support/debug.h"
 #include "support/gettext.h"
 
+#include <ostream>
+
 using namespace std;
 
 namespace lyx {
index 01c42d0a9987c0fe319963cbc4c1924c1e679854..482315f28ca2fa8125d690580e7dc00d5bc24dee 100644 (file)
@@ -25,6 +25,8 @@
 
 #include "support/lassert.h"
 
+#include <ostream>
+
 using namespace std;
 
 namespace lyx {
index f90a76c1fa661e83cba831324fa5cbb4495d437a..c014d90adfea13057dcfdc4ec1bbe95764cf3599 100644 (file)
@@ -18,6 +18,8 @@
 
 #include "support/convert.h"
 
+#include <ostream>
+
 
 namespace lyx {
 
index daa69191765c0800a212ac3485a5a63fab277c7d..01b5bcfe68c018764b7a1a6b64e598135c7253f3 100644 (file)
@@ -23,6 +23,8 @@
 
 #include "support/lstrings.h"
 
+#include <ostream>
+
 using namespace std;
 
 namespace lyx {
index 9b48b77eaceda9a46409fbda0e0f232f83b5a5e1..1ecf2b04e7d4674aee8498bdcffb633da32851e7 100644 (file)
@@ -22,6 +22,8 @@
 
 #include "support/lstrings.h"
 
+#include <ostream>
+
 using namespace std;
 
 namespace lyx {
index 01d8c9cb653e42383e80d78f78969426303c84ba..b951900efd389c1b0e309ccfa7411137f37b190d 100644 (file)
@@ -18,6 +18,8 @@
 
 #include "support/lstrings.h"
 
+#include <ostream>
+
 namespace lyx {
 
 InsetMathTabular::InsetMathTabular(docstring const & name, int m, int n)
index 545ffafebb32d7b7bc4c3dd785595d7569eac5b6..2b58c332c1c79b6d674eb553d7ea86af980c880b 100644 (file)
@@ -15,6 +15,8 @@
 #include "LaTeXFeatures.h"
 #include "MathStream.h"
 
+#include <ostream>
+
 namespace lyx {
 
 
index bcd0aa074ceeb0ac3294db8dd7864e03e2dc772e..bf6132630a7f60b0721c0c810768b77a3eee0094 100644 (file)
@@ -35,6 +35,7 @@
 #include "support/lassert.h"
 #include "support/debug.h"
 
+#include <ostream>
 #include <vector>
 
 using namespace std;
index c0e3ac1067df4fd7d02f36680371b2f0e1b96004..295b1d77d5b9dd4a6a03de31dac9679f75f0d6dc 100644 (file)
@@ -21,6 +21,7 @@
 
 #include <algorithm>
 #include <cstring>
+#include <ostream>
 
 using namespace std;