summaryrefslogtreecommitdiff
path: root/src/cairo-path-fixed.c
diff options
context:
space:
mode:
authorAndrea Canciani <ranma42@gmail.com>2010-10-22 13:41:51 +0200
committerAndrea Canciani <ranma42@gmail.com>2010-10-29 17:31:22 +0200
commit46584e01a8acfb43bb4af1b4e3b89b5cb5ebe246 (patch)
treeb5839cb763620cb7592df956b7dcb92e6d517334 /src/cairo-path-fixed.c
parent65d57313f00b3775eb443f0c0069b996b44941d8 (diff)
box: Add box header
Add a new header implementing very simple box functions: - initialization with the two extrema - extension with a point - in/out test
Diffstat (limited to 'src/cairo-path-fixed.c')
-rw-r--r--src/cairo-path-fixed.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cairo-path-fixed.c b/src/cairo-path-fixed.c
index 3ab00be86..38484f0a4 100644
--- a/src/cairo-path-fixed.c
+++ b/src/cairo-path-fixed.c
@@ -38,6 +38,7 @@
#include "cairoint.h"
+#include "cairo-box-private.h"
#include "cairo-error-private.h"
#include "cairo-path-fixed-private.h"
#include "cairo-slope-private.h"