summaryrefslogtreecommitdiff
path: root/MLKDynamicContext.h
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-06-22 13:19:09 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-06-22 13:19:09 +0200
commit9960b8e94943867cc321a5145c327188e14d4d44 (patch)
treeaca68ea0144f0cb8b3cc0b2504d04536b3fce318 /MLKDynamicContext.h
parentf096436acc4c0c6968c88ca0f795bf021c83c670 (diff)
Add class MLKInterpreter.
Diffstat (limited to 'MLKDynamicContext.h')
-rw-r--r--MLKDynamicContext.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/MLKDynamicContext.h b/MLKDynamicContext.h
index b4c304c..2c58483 100644
--- a/MLKDynamicContext.h
+++ b/MLKDynamicContext.h
@@ -16,6 +16,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#include <Foundation/NSObject.h>
+
@class MLKEnvironment, MLKSymbol, NSLinkedList,
NSMutableDictionary, NSString;