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

15 lines
332 B
C

$NetBSD: patch-src_mathed_InsetMath.h,v 1.1 2012/03/10 20:55:47 markd Exp $
Fix build with gcc 4.6
--- src/mathed/InsetMath.h.orig 2010-12-29 15:36:35.000000000 +0000
+++ src/mathed/InsetMath.h
@@ -13,6 +13,7 @@
#ifndef MATH_INSET_H
#define MATH_INSET_H
+#include <cstddef>
#include "MathData.h"
#include "insets/Inset.h"