Revision: 71668
          http://sourceforge.net/p/brlcad/code/71668
Author:   starseeker
Date:     2018-09-06 16:29:07 +0000 (Thu, 06 Sep 2018)
Log Message:
-----------
more missing includes

Modified Paths:
--------------
    brlcad/trunk/src/libbu/fchmod.c
    brlcad/trunk/src/libbu/which.c
    brlcad/trunk/src/libged/polyclip.cpp

Modified: brlcad/trunk/src/libbu/fchmod.c
===================================================================
--- brlcad/trunk/src/libbu/fchmod.c     2018-09-06 16:25:08 UTC (rev 71667)
+++ brlcad/trunk/src/libbu/fchmod.c     2018-09-06 16:29:07 UTC (rev 71668)
@@ -38,6 +38,7 @@
 #  endif
 #endif
 
+#include "bu/app.h"
 #include "bu/file.h"
 #include "bu/str.h"
 

Modified: brlcad/trunk/src/libbu/which.c
===================================================================
--- brlcad/trunk/src/libbu/which.c      2018-09-06 16:25:08 UTC (rev 71667)
+++ brlcad/trunk/src/libbu/which.c      2018-09-06 16:29:07 UTC (rev 71668)
@@ -26,6 +26,7 @@
 #include <string.h>
 
 /* common headers */
+#include "bu/app.h"
 #include "bu/debug.h"
 #include "bu/file.h"
 #include "bu/log.h"

Modified: brlcad/trunk/src/libged/polyclip.cpp
===================================================================
--- brlcad/trunk/src/libged/polyclip.cpp        2018-09-06 16:25:08 UTC (rev 
71667)
+++ brlcad/trunk/src/libged/polyclip.cpp        2018-09-06 16:29:07 UTC (rev 
71668)
@@ -32,6 +32,7 @@
 
 #include "bu/sort.h"
 #include "ged.h"
+#include "analyze.h"
 
 
 typedef struct {

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