diff --git a/Source/DelegatePool.m b/Source/DelegatePool.m index 2f63a4741..8dc73d7cd 100644 --- a/Source/DelegatePool.m +++ b/Source/DelegatePool.m @@ -1,5 +1,5 @@ /* Implementation of Objective-C "collection of delegates" object - Copyright (C) 1993,1994, 1995 Free Software Foundation, Inc. + Copyright (C) 1993,1994, 1995, 1996 Free Software Foundation, Inc. Written by: R. Andrew McCallum Date: May 1993 @@ -22,6 +22,7 @@ */ #include +#include @implementation DelegatePool diff --git a/Source/RBTreeNode.m b/Source/RBTreeNode.m index 2cb838393..901eb9c5a 100644 --- a/Source/RBTreeNode.m +++ b/Source/RBTreeNode.m @@ -1,5 +1,5 @@ /* Implementation for Objective-C RBTreeNode objects - Copyright (C) 1993,1994, 1995 Free Software Foundation, Inc. + Copyright (C) 1993,1994, 1995, 1996 Free Software Foundation, Inc. Written by: R. Andrew McCallum Date: May 1993 @@ -22,6 +22,7 @@ */ #include +#include @implementation RBTreeNode