[webkit-changes] cvs commit: WebCore/kwq KWQDef.h
Geoffrey
ggaren at opensource.apple.com
Thu Jul 7 10:06:54 PDT 2005
ggaren 05/07/07 10:06:54
Modified: . ChangeLog
kwq KWQDef.h
Log:
Reviewed by sullivan.
Test cases added: (NONE)
* kwq/KWQDef.h: added #include <cmath> to fix build failure
introduced by last checkin
Revision Changes Path
1.4387 +9 -0 WebCore/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /cvs/root/WebCore/ChangeLog,v
retrieving revision 1.4386
retrieving revision 1.4387
diff -u -r1.4386 -r1.4387
--- ChangeLog 7 Jul 2005 08:03:26 -0000 1.4386
+++ ChangeLog 7 Jul 2005 17:06:46 -0000 1.4387
@@ -1,3 +1,12 @@
+2005-07-07 Geoffrey Garen <ggaren at apple.com>
+
+ Reviewed by sullivan.
+
+ Test cases added: (NONE)
+
+ * kwq/KWQDef.h: added #include <cmath> to fix build failure
+ introduced by last checkin
+
2005-07-07 Eric Seidel <eseidel at apple.com>
Reviewed by mjs.
1.18 +2 -0 WebCore/kwq/KWQDef.h
Index: KWQDef.h
===================================================================
RCS file: /cvs/root/WebCore/kwq/KWQDef.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- KWQDef.h 7 Jul 2005 07:17:28 -0000 1.17
+++ KWQDef.h 7 Jul 2005 17:06:54 -0000 1.18
@@ -27,6 +27,8 @@
#define KWQDEF_H_
#include <sys/types.h>
+#include <cmath>
+
#ifndef KWQ_UNSIGNED_TYPES_DEFINED
#define KWQ_UNSIGNED_TYPES_DEFINED
typedef unsigned char uchar;
More information about the webkit-changes
mailing list