]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetLayout.h
Embedding: merge lyx::EmbeddedFiles to lyx::support::EmbeddedFileList
[lyx.git] / src / insets / InsetLayout.h
index 0e118f1c5a414d4b4cf6ee32f04ad31c078728f9..f4921ff2951cf6cf36a51a379097ab43a54c63f9 100644 (file)
@@ -15,6 +15,9 @@
 
 #include "support/docstring.h"
 
+#include <vector>
+#include <string>
+
 namespace lyx {
 
 ///
@@ -31,6 +34,7 @@ public:
        FontInfo labelfont;
        ColorCode bgcolor;
        std::string preamble;
+       std::vector<std::string> requires;
        bool multipar;
        bool passthru;
        bool needprotect;