Files
pkgsrc-ng/editors/lyx/patches/patch-src_mathed_MathData.h
2013-09-26 17:14:40 +02:00

15 lines
324 B
C

$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"