[Kst] branches/work/kst/portto4/kst/src/libkst

Ted Kisner tskisner.public at gmail.com
Tue Mar 18 18:58:40 CET 2008


SVN commit 787166 by tskisner:

This source uses UINT_MAX, which is defined in limits.h, which is included in math_kst.h.  Include that header here

 M  +1 -0      objecttag.cpp  


--- branches/work/kst/portto4/kst/src/libkst/objecttag.cpp #787165:787166
@@ -10,6 +10,7 @@
  ***************************************************************************/
 
 #include "objecttag.h"
+#include "math_kst.h"
 
 namespace Kst {
 


More information about the Kst mailing list