pkgsrc/print/cjk-lyx/patches/patch-am
2007-10-13 18:12:40 +00:00

16 lines
496 B
Text

$NetBSD: patch-am,v 1.2 2007/10/13 18:12:40 rillig Exp $
--- src/frontends/controllers/ControlInset.tmpl.orig 2002-01-16 14:47:57.000000000 +0000
+++ src/frontends/controllers/ControlInset.tmpl 2007-10-13 16:02:27.000000000 +0000
@@ -10,9 +10,11 @@
* instantiated if this file is #included in the derived classes' .C file.
*/
+#include "LyXView.h"
#include "ControlInset.h"
#include "support/LAssert.h"
#include "debug.h"
+#include "buffer.h"
template <class Inset, class Params>