+2005-11-17 Helge Hess <helge.hess@opengroupware.org>
+
+ * v4.5.84
+
+ * JSStringTable.m: properly include time.h to avoid a warning
+
+ * WETableCalcMatrix.m: properly include string.h to avoid a warning
+
2005-09-18 Helge Hess <helge.hess@opengroupware.org>
* GNUmakefile.preamble: added dependency to NGMail (v4.5.83)
#include <SoObjects/SoProduct.h>
#include <NGExtensions/NSString+Ext.h>
#include "common.h"
+#include <time.h>
@implementation JSStringTable
# version file
-SUBMINOR_VERSION:=83
+SUBMINOR_VERSION:=84
# v4.5.76 requires libNGObjWeb v4.5.176
# v4.5.75 requires libNGObjWeb v4.5.174
#include "WETableCalcMatrix.h"
#include "common.h"
+#include <string.h>
typedef struct {
NSMutableArray *items;