Revision: 76832
          http://sourceforge.net/p/brlcad/code/76832
Author:   brlcad
Date:     2020-08-18 16:03:12 +0000 (Tue, 18 Aug 2020)
Log Message:
-----------
back_inserter needs iterator.h

Modified Paths:
--------------
    brlcad/trunk/src/libged/which/which.cpp

Modified: brlcad/trunk/src/libged/which/which.cpp
===================================================================
--- brlcad/trunk/src/libged/which/which.cpp     2020-08-18 15:58:37 UTC (rev 
76831)
+++ brlcad/trunk/src/libged/which/which.cpp     2020-08-18 16:03:12 UTC (rev 
76832)
@@ -29,6 +29,7 @@
 #include <set>
 #include <map>
 #include <algorithm>
+#include <iterator>
 
 #include "bu/cmd.h"
 #include "bu/opt.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