From 1e651e88d02ae337f71a13e14f0dc5e330641b41 Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Thu, 26 Apr 2001 19:00:59 +0000 Subject: [PATCH] Keep LAssert.h in ControlInset.h; revert previous change. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1961 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/controllers/ChangeLog | 2 +- src/frontends/controllers/ControlInset.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/frontends/controllers/ChangeLog b/src/frontends/controllers/ChangeLog index 46336e5e17..e3ef6a705a 100644 --- a/src/frontends/controllers/ChangeLog +++ b/src/frontends/controllers/ChangeLog @@ -2,7 +2,7 @@ * ControlButtons.h: no longer include ButtonControllerBase.h, ViewBase.h * ControlGraphics.h: no longer include insetgraphicsParams.h - * ControlInset.h: no longer include LyXView.h, LAssert.h + * ControlInset.h: no longer include LyXView.h * ControlBibitem.C: * ControlBibtex.C: diff --git a/src/frontends/controllers/ControlInset.h b/src/frontends/controllers/ControlInset.h index 6bc95147af..bab53f8d9b 100644 --- a/src/frontends/controllers/ControlInset.h +++ b/src/frontends/controllers/ControlInset.h @@ -18,6 +18,7 @@ #ifndef CONTROLINSET_H #define CONTROLINSET_H +#include "support/LAssert.h" #include "ControlConnections.h" class Inset; -- 2.39.5