id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
538,GeometryNoder.cpp/.h #include directives incorrect,ChiefDanGeorge,geos-devel@lists.osgeo.org,"Grabbed the latest trunk from svn and when using cmake and then make, GeometryNoder.cpp errors out due to missing directory in the #include directives.
For example in the trunk the #includes are similiar to: 
#include <noding/GeometryNoder.h>

my fix was to prepend geos/:
#include <geos/noding/GeometryNoder.h>

GeometryNoder.h also had an #include missing the geos/ directory.
",defect,closed,major,3.4.0,Default,svn-trunk,Unassigned,fixed,,
