Index: src/CodeTools/TrackLoc.cc
===================================================================
--- src/CodeTools/TrackLoc.cc	(revision e3282fe8749df06d57ffb03b763aa2198090eae8)
+++ src/CodeTools/TrackLoc.cc	(revision 4f0c520a5fde365036e37cf8af555db88862d73a)
@@ -10,6 +10,6 @@
 // Created On       : Tues May 2 15:46:00 2017
 // Last Modified By : Andrew Beach
-// Last Modified On : Wed May 3 14:43:00 2017
-// Update Count     : 0
+// Last Modified On : Fri Nov 27 18:00:00 2020
+// Update Count     : 1
 //
 
@@ -22,4 +22,5 @@
 #include <string>                    // for operator<<, string
 #include <typeindex>                 // for type_index
+#include <vector>                    // for vector
 
 #include "Common/PassVisitor.h"      // for PassVisitor
@@ -37,5 +38,5 @@
 		CodeLocation *lastNode;
 
-		std::stack< CodeLocation * > parents;
+		std::stack< CodeLocation *, std::vector< CodeLocation * > > parents;
 	public:
 		LocationPrinter(size_t printLevel) :
