]> git.lyx.org Git - lyx.git/blobdiff - src/kbmap.C
Fix small bug in reading \set_color in lyxrc
[lyx.git] / src / kbmap.C
index 8c11970cdb43809b93d30bcd911e636546254b35..95c59202f4ce8d1a2a231255116ece3638fdb270 100644 (file)
@@ -21,6 +21,8 @@
 #include "kbsequence.h"
 #include "debug.h"
 
+using std::endl;
+
 // The only modifiers that we handle. We want to throw away things
 // like NumLock. 
 enum { ModsMask = ShiftMask | ControlMask | Mod1Mask };