Revision: 70122
          http://sourceforge.net/p/brlcad/code/70122
Author:   brlcad
Date:     2017-08-24 14:18:25 +0000 (Thu, 24 Aug 2017)
Log Message:
-----------
we do want to make sure we have CHAR_BIT for the bu_bitv_shift optimization

Modified Paths:
--------------
    brlcad/trunk/include/bu/bitv.h

Modified: brlcad/trunk/include/bu/bitv.h
===================================================================
--- brlcad/trunk/include/bu/bitv.h      2017-08-24 14:17:51 UTC (rev 70121)
+++ brlcad/trunk/include/bu/bitv.h      2017-08-24 14:18:25 UTC (rev 70122)
@@ -23,6 +23,8 @@
 
 #include "common.h"
 
+#include <limits.h> /* for CHAR_BIT */
+
 #include "bu/defines.h"
 #include "bu/magic.h"
 #include "bu/list.h"

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


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to