mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-22 16:37:28 +00:00
Compilation fix: enums can't be forward declared.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17542 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
460e8b8c65
commit
a73baed13b
@ -23,6 +23,8 @@
|
||||
#include "support/copied_ptr.h"
|
||||
#include "support/types.h"
|
||||
|
||||
#include "frontends/controllers/biblio.h"
|
||||
|
||||
#include <vector>
|
||||
|
||||
|
||||
@ -39,10 +41,6 @@ class TexRow;
|
||||
class VSpace;
|
||||
class Language;
|
||||
|
||||
namespace biblio {
|
||||
enum CiteEngine;
|
||||
} // namespace biblio
|
||||
|
||||
|
||||
/** Buffer parameters.
|
||||
* This class contains all the parameters for this a buffer uses. Some
|
||||
|
Loading…
x
Reference in New Issue
Block a user