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;