From: <wol...@us...> - 2012-03-02 10:33:12
|
Revision: 405 http://mevislabmodules.svn.sourceforge.net/mevislabmodules/?rev=405&view=rev Author: wolfspindler Date: 2012-03-02 10:33:03 +0000 (Fri, 02 Mar 2012) Log Message: ----------- Trial to fix platform incompatibility Modified Paths: -------------- trunk/UMD/METK/Sources/Inventor/UMDSoMeasurement/UMDMinimalDistance.cpp Modified: trunk/UMD/METK/Sources/Inventor/UMDSoMeasurement/UMDMinimalDistance.cpp =================================================================== --- trunk/UMD/METK/Sources/Inventor/UMDSoMeasurement/UMDMinimalDistance.cpp 2012-03-02 10:31:55 UTC (rev 404) +++ trunk/UMD/METK/Sources/Inventor/UMDSoMeasurement/UMDMinimalDistance.cpp 2012-03-02 10:33:03 UTC (rev 405) @@ -1,5 +1,6 @@ #include "UMDMinimalDistance.h" +#include <assert.h> // ######################################### // ##### This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |