aboutsummaryrefslogtreecommitdiffstats
path: root/libart_lgpl/art_point.h
diff options
context:
space:
mode:
Diffstat (limited to 'libart_lgpl/art_point.h')
-rw-r--r--libart_lgpl/art_point.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libart_lgpl/art_point.h b/libart_lgpl/art_point.h
index 1efcda67aa..a5486d22c6 100644
--- a/libart_lgpl/art_point.h
+++ b/libart_lgpl/art_point.h
@@ -20,6 +20,8 @@
#ifndef __ART_POINT_H__
#define __ART_POINT_H__
+#include <glib.h>
+
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
@@ -28,7 +30,7 @@ typedef struct _ArtPoint ArtPoint;
struct _ArtPoint {
/*< public >*/
- double x, y;
+ gdouble x, y;
};
#ifdef __cplusplus