From 7e9d0a938bb02510304822f6bce4df3bcfe4bfc9 Mon Sep 17 00:00:00 2001 From: Guillaume Munch Date: Sun, 17 Apr 2016 14:21:43 +0100 Subject: [PATCH] Fix compilation with qt5 Amend 367a7a6d. --- src/frontends/qt4/LyXToolBox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/qt4/LyXToolBox.h b/src/frontends/qt4/LyXToolBox.h index ec70ceb05f..03bd00e962 100644 --- a/src/frontends/qt4/LyXToolBox.h +++ b/src/frontends/qt4/LyXToolBox.h @@ -12,7 +12,7 @@ #ifndef LYXTOOLBOX_H #define LYXTOOLBOX_H -#include +#include namespace lyx { namespace frontend { -- 2.39.2