From edfb92efa28584a6de67978c18dad8128b0d0631 Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Tue, 3 Jul 2001 11:02:12 +0000 Subject: [PATCH] Added using directive. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2171 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/ChangeLog | 4 ++++ src/insets/insettext.C | 1 + 2 files changed, 5 insertions(+) diff --git a/src/insets/ChangeLog b/src/insets/ChangeLog index f377337d3a..48281a8a3e 100644 --- a/src/insets/ChangeLog +++ b/src/insets/ChangeLog @@ -1,3 +1,7 @@ +2001-07-03 Angus Leeming + + * insettext.C: added using std::make_pair directive. + 2001-07-03 Lars Gullik Bjønnes * insettext.C (getLyXText): avoid multiple lookups, and simplify diff --git a/src/insets/insettext.C b/src/insets/insettext.C index c963880c59..e4e845396f 100644 --- a/src/insets/insettext.C +++ b/src/insets/insettext.C @@ -54,6 +54,7 @@ using std::ifstream; using std::endl; using std::min; using std::max; +using std::make_pair; extern unsigned char getCurrentTextClass(Buffer *); extern bool math_insert_greek(BufferView *, char); -- 2.39.2