mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
incluse boost/current_function.hpp when needed
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10482 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
90ff250486
commit
16c957358a
@ -1,3 +1,10 @@
|
||||
2005-09-23 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||
|
||||
* text2.C:
|
||||
* text.C:
|
||||
* factory.C:
|
||||
* messages.C: include <boost/current_function.hpp>
|
||||
|
||||
2005-09-12 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||
|
||||
* lyxfunc.C (sendDispatchMessage): do not update menubar/toolbar
|
||||
|
@ -59,6 +59,7 @@
|
||||
#include "support/lstrings.h"
|
||||
|
||||
#include <boost/assert.hpp>
|
||||
#include <boost/current_function.hpp>
|
||||
|
||||
#include <sstream>
|
||||
|
||||
|
@ -15,6 +15,7 @@
|
||||
#include "support/environment.h"
|
||||
#include "support/package.h"
|
||||
|
||||
#include <boost/current_function.hpp>
|
||||
#include <boost/regex.hpp>
|
||||
|
||||
using lyx::support::package;
|
||||
|
@ -70,6 +70,8 @@
|
||||
#include "support/textutils.h"
|
||||
#include "support/convert.h"
|
||||
|
||||
#include <boost/current_function.hpp>
|
||||
|
||||
#include <sstream>
|
||||
|
||||
using lyx::pit_type;
|
||||
|
@ -53,6 +53,8 @@
|
||||
|
||||
#include "support/textutils.h"
|
||||
|
||||
#include <boost/current_function.hpp>
|
||||
|
||||
#include <sstream>
|
||||
|
||||
using lyx::pit_type;
|
||||
|
Loading…
Reference in New Issue
Block a user