]> git.lyx.org Git - features.git/commitdiff
add a missing header file
authorBo Peng <bpeng@lyx.org>
Fri, 26 Oct 2007 23:49:16 +0000 (23:49 +0000)
committerBo Peng <bpeng@lyx.org>
Fri, 26 Oct 2007 23:49:16 +0000 (23:49 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21223 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/CustomizedWidgets.cpp

index ed9dfee8fd3870bf16dbeeb9f068e4b519cb2227..8b360e43c4906d0af31dde83c5afa129b0d03781 100644 (file)
@@ -22,6 +22,7 @@
 #include <config.h>
 
 #include "CustomizedWidgets.h"
+#include "FuncRequest.h"
 #include "GuiKeySymbol.h"
 
 #include <QApplication>