[lyx] Add cstddef to MathData.h

Orion Poplawski orion at fedoraproject.org
Sat Feb 12 16:14:14 UTC 2011


commit 05ee96295a453ba3c8d38377efb215ef6de2d217
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Sat Feb 12 09:14:11 2011 -0700

    Add cstddef to MathData.h

 lyx-2.0.0beta4-gcc46.patch |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/lyx-2.0.0beta4-gcc46.patch b/lyx-2.0.0beta4-gcc46.patch
index 5d18a62..0773081 100644
--- a/lyx-2.0.0beta4-gcc46.patch
+++ b/lyx-2.0.0beta4-gcc46.patch
@@ -33,3 +33,13 @@ diff -up lyx-2.0.0beta4/src/support/unicode.h.gcc46 lyx-2.0.0beta4/src/support/u
  #include <functional>
  #include <istream>
  #include <ostream>
+--- lyx-2.0.0beta4/src/mathed/MathData.hgcc46	2011-02-11 16:59:22.231577506 -0700
++++ lyx-2.0.0beta4/src/mathed/MathData.h	2011-02-12 09:11:02.038643751 -0700
+@@ -22,6 +22,7 @@
+ 
+ #include "support/strfwd.h"
+ 
++#include <cstddef>
+ #include <vector>
+ 
+ 


More information about the scm-commits mailing list