mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
adding missing header files due to the use of PCH (the 8th time?)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20204 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4e083bf73a
commit
b416cdbf47
@ -15,6 +15,7 @@
|
||||
|
||||
#include "Dialog.h"
|
||||
#include <vector>
|
||||
#include <boost/scoped_ptr.hpp>
|
||||
|
||||
namespace lyx {
|
||||
|
||||
|
@ -15,6 +15,7 @@
|
||||
|
||||
|
||||
#include "Dialog.h"
|
||||
#include <boost/scoped_ptr.hpp>
|
||||
|
||||
namespace lyx {
|
||||
|
||||
|
@ -15,6 +15,7 @@
|
||||
|
||||
#include "Dialog.h"
|
||||
#include "frontend_helpers.h"
|
||||
#include <boost/scoped_ptr.hpp>
|
||||
|
||||
|
||||
namespace lyx {
|
||||
|
@ -13,6 +13,7 @@
|
||||
#define CONTROLFLOAT_H
|
||||
|
||||
#include "Dialog.h"
|
||||
#include <boost/scoped_ptr.hpp>
|
||||
|
||||
namespace lyx {
|
||||
|
||||
|
@ -21,6 +21,7 @@
|
||||
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
#include <boost/scoped_ptr.hpp>
|
||||
|
||||
namespace lyx {
|
||||
|
||||
|
@ -15,6 +15,7 @@
|
||||
|
||||
#include "Dialog.h"
|
||||
#include <vector>
|
||||
#include <boost/scoped_ptr.hpp>
|
||||
|
||||
namespace lyx {
|
||||
|
||||
|
@ -14,6 +14,7 @@
|
||||
|
||||
#include "Dialog.h"
|
||||
#include "Layout.h" // for LyXAlignment
|
||||
#include <boost/scoped_ptr.hpp>
|
||||
|
||||
namespace lyx {
|
||||
|
||||
|
@ -18,6 +18,7 @@
|
||||
|
||||
#include "Dialog.h"
|
||||
#include "insets/InsetTabular.h"
|
||||
#include <boost/scoped_ptr.hpp>
|
||||
|
||||
namespace lyx {
|
||||
namespace frontend {
|
||||
|
@ -13,6 +13,7 @@
|
||||
#define CONTROLWRAP_H
|
||||
|
||||
#include "Dialog.h"
|
||||
#include <boost/scoped_ptr.hpp>
|
||||
|
||||
|
||||
namespace lyx {
|
||||
|
Loading…
Reference in New Issue
Block a user