diff options
Diffstat (limited to 'Include/allobjects.h')
-rw-r--r-- | Include/allobjects.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/allobjects.h b/Include/allobjects.h index 3995a2e..5ce324d 100644 --- a/Include/allobjects.h +++ b/Include/allobjects.h @@ -64,7 +64,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #include "stringobject.h" #include "tupleobject.h" #include "listobject.h" -#include "dictobject.h" +#include "mappingobject.h" #include "methodobject.h" #include "moduleobject.h" #include "funcobject.h" |