summaryrefslogtreecommitdiff
path: root/editors/lyx/patches/patch-src_mathed_MathData.h
blob: 916516a971f2014a44d76b2ac9025167f09ac4ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-src_mathed_MathData.h,v 1.1 2012/03/10 20:55:47 markd Exp $

Fix build with gcc 4.6

--- src/mathed/MathData.h.orig	2010-01-20 02:10:29.000000000 +0000
+++ src/mathed/MathData.h
@@ -15,6 +15,7 @@
 #ifndef MATH_DATA_H
 #define MATH_DATA_H
 
+#include <cstddef>
 #include "Dimension.h"
 #include "MathAtom.h"