Revision: 61267
          http://sourceforge.net/p/brlcad/code/61267
Author:   bob1961
Date:     2014-06-12 13:27:49 +0000 (Thu, 12 Jun 2014)
Log Message:
-----------
Mods for compiling on Windows.

Modified Paths:
--------------
    brlcad/trunk/include/bu/cmd.h
    brlcad/trunk/src/libbrep/PullbackCurve.cpp

Modified: brlcad/trunk/include/bu/cmd.h
===================================================================
--- brlcad/trunk/include/bu/cmd.h       2014-06-12 12:21:45 UTC (rev 61266)
+++ brlcad/trunk/include/bu/cmd.h       2014-06-12 13:27:49 UTC (rev 61267)
@@ -40,6 +40,7 @@
 /* for timeval via windows.h */
 #if defined(_WIN32) && !defined(__CYGWIN__)
 #  define NOMINMAX
+#  include <winsock.h>
 #  include <windows.h>
 #  include <io.h>
 

Modified: brlcad/trunk/src/libbrep/PullbackCurve.cpp
===================================================================
--- brlcad/trunk/src/libbrep/PullbackCurve.cpp  2014-06-12 12:21:45 UTC (rev 
61266)
+++ brlcad/trunk/src/libbrep/PullbackCurve.cpp  2014-06-12 13:27:49 UTC (rev 
61267)
@@ -34,13 +34,13 @@
 #include <limits>
 #include <set>
 #include <map>
+#include <string>
 
 #include "brep.h"
 
 /* interface header */
 #include "PullbackCurve.h"
 
-
 #define RANGE_HI 0.55
 #define RANGE_LO 0.45
 #define UNIVERSAL_SAMPLE_COUNT 1001

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


------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to