summaryrefslogtreecommitdiff
path: root/framework/core.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/core.php')
-rw-r--r--framework/core.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/framework/core.php b/framework/core.php
index 56fe12e7..cd66e08c 100644
--- a/framework/core.php
+++ b/framework/core.php
@@ -38,6 +38,10 @@ require_once(PRADO_DIR.'/Collections/TList.php');
*/
require_once(PRADO_DIR.'/Collections/TMap.php');
/**
+ * Includes TStack definition
+ */
+require_once(PRADO_DIR.'/Collections/TStack.php');
+/**
* Includes TXmlDocument, TXmlElement definition
*/
require_once(PRADO_DIR.'/Data/TXmlDocument.php');