Revision: 69090
          http://sourceforge.net/p/brlcad/code/69090
Author:   starseeker
Date:     2016-10-16 21:51:27 +0000 (Sun, 16 Oct 2016)
Log Message:
-----------
fix regress-repository

Modified Paths:
--------------
    brlcad/trunk/include/bu/exit.h
    brlcad/trunk/src/libanalyze/MeshHealing/DCEL.h

Modified: brlcad/trunk/include/bu/exit.h
===================================================================
--- brlcad/trunk/include/bu/exit.h      2016-10-16 21:27:25 UTC (rev 69089)
+++ brlcad/trunk/include/bu/exit.h      2016-10-16 21:51:27 UTC (rev 69090)
@@ -87,7 +87,7 @@
  * 4. Outputs str to the terminal device in case standard error is
  *    redirected.
  *
- * 5. Aborts abnormally (via abort()) if BU_DEBUG_COREDUMP is defined.
+ * 5. Aborts abnormally (via abort) if BU_DEBUG_COREDUMP is defined.
  *
  * 6. Exits with exit(12).
  *

Modified: brlcad/trunk/src/libanalyze/MeshHealing/DCEL.h
===================================================================
--- brlcad/trunk/src/libanalyze/MeshHealing/DCEL.h      2016-10-16 21:27:25 UTC 
(rev 69089)
+++ brlcad/trunk/src/libanalyze/MeshHealing/DCEL.h      2016-10-16 21:51:27 UTC 
(rev 69090)
@@ -26,6 +26,8 @@
 #ifndef SRC_LIBANALYZE_MESHHEALING_DCEL_H_
 #define SRC_LIBANALYZE_MESHHEALING_DCEL_H_
 
+#include "common.h"
+
 #include <utility>
 
 struct DCEL_Edge;

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