summaryrefslogtreecommitdiff
path: root/framework/Util/TCallChain.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Util/TCallChain.php')
-rw-r--r--framework/Util/TCallChain.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/Util/TCallChain.php b/framework/Util/TCallChain.php
index 03ce60c0..644658da 100644
--- a/framework/Util/TCallChain.php
+++ b/framework/Util/TCallChain.php
@@ -9,6 +9,8 @@
*/
namespace Prado\Util;
+use Prado\Collections\TList;
+use Prado\Collections\TListIterator;
/**
* TCallChain is a recursive event calling mechanism. This class implements