Index: src/AST/TranslationUnit.hpp
===================================================================
--- src/AST/TranslationUnit.hpp	(revision 257a8f5c9644adb7bf806875f0013219f8b165f6)
+++ src/AST/TranslationUnit.hpp	(revision 50f3f3a9d7d9a31f9505218fbc4fcd8398431e95)
@@ -10,6 +10,6 @@
 // Created On       : Tue Jun 11 15:30:00 2019
 // Last Modified By : Andrew Beach
-// Last Modified On : Tue Mar 11 11:19:00 2022
-// Update Count     : 1
+// Last Modified On : Thr Mar  9 16:41:00 2023
+// Update Count     : 2
 //
 
@@ -17,5 +17,5 @@
 
 #include <map>
-#include <vector>
+#include <list>
 
 #include "Fwd.hpp"
@@ -28,7 +28,7 @@
 
 	ptr<Type> sizeType;
-	const FunctionDecl * dereference;
-	const StructDecl * dtorStruct;
-	const FunctionDecl * dtorDestroy;
+	const FunctionDecl * dereference = nullptr;
+	const StructDecl * dtorStruct = nullptr;
+	const FunctionDecl * dtorDestroy = nullptr;
 };
 
