Revision: 65082
          http://sourceforge.net/p/brlcad/code/65082
Author:   brlcad
Date:     2015-05-28 20:50:49 +0000 (Thu, 28 May 2015)
Log Message:
-----------
this is why xxx needs to be enabled for compilation.  gets out of sync too 
easily. add missing cv.h header for SIZEOF

Modified Paths:
--------------
    brlcad/trunk/src/librt/primitives/xxx/xxx.c

Modified: brlcad/trunk/src/librt/primitives/xxx/xxx.c
===================================================================
--- brlcad/trunk/src/librt/primitives/xxx/xxx.c 2015-05-28 20:48:41 UTC (rev 
65081)
+++ brlcad/trunk/src/librt/primitives/xxx/xxx.c 2015-05-28 20:50:49 UTC (rev 
65082)
@@ -75,6 +75,7 @@
 #include <stdio.h>
 #include <math.h>
 
+#include "bu/cv.h"
 #include "vmath.h"
 #include "rt/db4.h"
 #include "nmg.h"

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