Revision: 74270
          http://sourceforge.net/p/brlcad/code/74270
Author:   starseeker
Date:     2019-10-31 15:52:51 +0000 (Thu, 31 Oct 2019)
Log Message:
-----------
Visual Studio 2015 build fixes

Modified Paths:
--------------
    brlcad/trunk/src/libbrep/cdt_edge.cpp
    brlcad/trunk/src/other/openNURBS/opennurbs_optimize.h

Modified: brlcad/trunk/src/libbrep/cdt_edge.cpp
===================================================================
--- brlcad/trunk/src/libbrep/cdt_edge.cpp       2019-10-30 21:43:03 UTC (rev 
74269)
+++ brlcad/trunk/src/libbrep/cdt_edge.cpp       2019-10-31 15:52:51 UTC (rev 
74270)
@@ -28,6 +28,7 @@
 #include "common.h"
 #include <queue>
 #include <numeric>
+#include <iterator>
 #include "bg/chull.h"
 #include "./cdt.h"
 

Modified: brlcad/trunk/src/other/openNURBS/opennurbs_optimize.h
===================================================================
--- brlcad/trunk/src/other/openNURBS/opennurbs_optimize.h       2019-10-30 
21:43:03 UTC (rev 74269)
+++ brlcad/trunk/src/other/openNURBS/opennurbs_optimize.h       2019-10-31 
15:52:51 UTC (rev 74270)
@@ -18,6 +18,7 @@
 #define OPENNURBS_OPTIMIZE_INC_
 
 // find a local minimum of a 1 parameter function
+ON_DECL
 ON_BOOL32 ON_FindLocalMinimum( // returns 0 - failed to converge, 1 - success, 
2 - failed to converge to requested tolerances
         int (*)(void*,double,double*,double*), // f(void*, double t, double* 
value, double* derivative );
         void*, // passed as the void* argument to the above function

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to