Fixed build under Dano.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18698 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2006-08-29 17:00:09 +00:00
parent 98396cd878
commit 324e3770e6
2 changed files with 5 additions and 2 deletions
+3 -1
View File
@@ -5,13 +5,15 @@
* Authors: * Authors:
* Stephan Aßmus <[email protected]> * Stephan Aßmus <[email protected]>
*/ */
#ifndef PATH_LIST_VIEW_H #ifndef PATH_LIST_VIEW_H
#define PATH_LIST_VIEW_H #define PATH_LIST_VIEW_H
#include "ListViews.h" #include "ListViews.h"
#include "PathContainer.h" #include "PathContainer.h"
class BMenu;
class BMenuItem;
class CommandStack; class CommandStack;
class VectorPath; class VectorPath;
class PathListItem; class PathListItem;
@@ -5,12 +5,13 @@
* Authors: * Authors:
* Stephan Aßmus <[email protected]> * Stephan Aßmus <[email protected]>
*/ */
#ifndef SVG_IMPORTER_H #ifndef SVG_IMPORTER_H
#define SVG_IMPORTER_H #define SVG_IMPORTER_H
#include "Importer.h" #include "Importer.h"
struct entry_ref;
class SVGImporter : public Importer { class SVGImporter : public Importer {
public: public:
SVGImporter(); SVGImporter();