[fdo-commits] r844 - branches/3.2.x/Utilities/SchemaMgr/Inc/Sm/Lp
svn_fdo at osgeo.org
svn_fdo at osgeo.org
Tue Mar 27 15:59:29 EDT 2007
Author: jacklee
Date: 2007-03-27 15:59:29 -0400 (Tue, 27 Mar 2007)
New Revision: 844
Modified:
branches/3.2.x/Utilities/SchemaMgr/Inc/Sm/Lp/UniqueConstraint.h
Log:
Fixed Linux build
Modified: branches/3.2.x/Utilities/SchemaMgr/Inc/Sm/Lp/UniqueConstraint.h
===================================================================
--- branches/3.2.x/Utilities/SchemaMgr/Inc/Sm/Lp/UniqueConstraint.h 2007-03-24 12:03:07 UTC (rev 843)
+++ branches/3.2.x/Utilities/SchemaMgr/Inc/Sm/Lp/UniqueConstraint.h 2007-03-27 19:59:29 UTC (rev 844)
@@ -23,6 +23,8 @@
#include <Sm/Lp/DataPropertyDefinitionCollection.h>
#include <Sm/Collection.h>
+class FdoSmLpClassBase;
+
// Represents a collection of DataPropertyDefinitions.
class FdoSmLpUniqueConstraint : public FdoIDisposable
{
More information about the fdo-commits
mailing list