diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-06-14 15:16:29 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-06-14 15:16:29 +0000 |
| commit | dae2699cb6569de8755f2376b2bfe166241ed9fb (patch) | |
| tree | 2ba8946b09cc6f87b7cc5c9abadd6bc23ee76fdd /src/2geom/pathvector.h | |
| parent | Win32 fix: set stdout to binary mode before writing a file to it (diff) | |
| download | inkscape-dae2699cb6569de8755f2376b2bfe166241ed9fb.tar.gz inkscape-dae2699cb6569de8755f2376b2bfe166241ed9fb.zip | |
update 2geom, fixes includes
(bzr r5934)
Diffstat (limited to 'src/2geom/pathvector.h')
| -rw-r--r-- | src/2geom/pathvector.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/2geom/pathvector.h b/src/2geom/pathvector.h index a9f4d88ed..6a759e406 100644 --- a/src/2geom/pathvector.h +++ b/src/2geom/pathvector.h @@ -36,6 +36,8 @@ #define SEEN_GEOM_PATHVECTOR_H #include "forward.h" +#include "path.h" +#include "rect.h" namespace Geom { |
