]> git.lyx.org Git - lyx.git/commitdiff
add missing include (from r13663)
authorJürgen Spitzmüller <spitz@lyx.org>
Thu, 13 Apr 2006 17:09:30 +0000 (17:09 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Thu, 13 Apr 2006 17:09:30 +0000 (17:09 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13668 a592a061-630c-0410-9148-cb99ea01b6c8

src/BufferView_pimpl.h

index 5ba3484684cc31b80c9e20c347e8cdfb6472d3bd..20f131c7898119848dd9becfc4bed4e29769dc00 100644 (file)
@@ -25,6 +25,7 @@
 #include "insets/inset.h"
 
 #include "frontends/key_state.h"
+#include "frontends/LyXKeySym.h"
 #include "frontends/Timeout.h"
 
 #include "support/types.h"