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:
Jean-Marc Lasgouttes 2005-09-26 09:20:15 +00:00
parent 90ff250486
commit 16c957358a
5 changed files with 13 additions and 0 deletions

View File

@ -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

View File

@ -59,6 +59,7 @@
#include "support/lstrings.h"
#include <boost/assert.hpp>
#include <boost/current_function.hpp>
#include <sstream>

View File

@ -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;

View File

@ -70,6 +70,8 @@
#include "support/textutils.h"
#include "support/convert.h"
#include <boost/current_function.hpp>
#include <sstream>
using lyx::pit_type;

View File

@ -53,6 +53,8 @@
#include "support/textutils.h"
#include <boost/current_function.hpp>
#include <sstream>
using lyx::pit_type;