ref: 4e754133342d109881a56a5cee77ae613435d37d
parent: cbbf26b70580ae071d44c5225d5f955aff3e11bb
author: Werner Lemberg <[email protected]>
date: Thu Jul 17 13:34:49 EDT 2014
Fix Savannah bug #42788. * src/pfr/pfrobjs.c: Include `ftcalc.h'.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-07-17 Werner Lemberg <[email protected]>
+
+ Fix Savannah bug #42788.
+
+ * src/pfr/pfrobjs.c: Include `ftcalc.h'.
+
2014-07-16 Alexei Podtelezhnikov <[email protected]>
Replace `ft_highpow2' function.
--- a/src/pfr/pfrobjs.c
+++ b/src/pfr/pfrobjs.c
@@ -4,7 +4,7 @@
/* */
/* FreeType PFR object methods (body). */
/* */
-/* Copyright 2002-2008, 2010-2011, 2013 by */
+/* Copyright 2002-2008, 2010-2011, 2013, 2014 by */
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
/* */
/* This file is part of the FreeType project, and may only be used, */
@@ -23,6 +23,7 @@
#include "pfrsbit.h"
#include FT_OUTLINE_H
#include FT_INTERNAL_DEBUG_H
+#include FT_INTERNAL_CALC_H
#include FT_TRUETYPE_IDS_H
#include "pfrerror.h"