blob: 20a7f47476c11a969b142879986df8e18118d976 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$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>
|