[geos-commits] r3616 - trunk/tests/perf
svn_geos at osgeo.org
svn_geos at osgeo.org
Thu May 3 06:08:27 EDT 2012
Author: strk
Date: 2012-05-03 03:08:27 -0700 (Thu, 03 May 2012)
New Revision: 3616
Modified:
trunk/tests/perf/ClassSizes.cpp
Log:
Check size of "intt64"
Modified: trunk/tests/perf/ClassSizes.cpp
===================================================================
--- trunk/tests/perf/ClassSizes.cpp 2012-04-27 07:01:25 UTC (rev 3615)
+++ trunk/tests/perf/ClassSizes.cpp 2012-05-03 10:08:27 UTC (rev 3616)
@@ -25,6 +25,7 @@
#include <geos/geomgraph/PlanarGraph.h>
#include <geos/noding/NodedSegmentString.h>
#include <geos/profiler.h>
+#include <geos/platform.h>
#include <iostream>
using namespace std;
@@ -40,5 +41,6 @@
check(geomgraph::EdgeEnd);
check(geomgraph::DirectedEdge);
check(noding::NodedSegmentString);
+ check(int64);
}
More information about the geos-commits
mailing list