Added PyExc_NotImplementedError
diff --git a/Include/pyerrors.h b/Include/pyerrors.h
index c34e250..da5f302 100644
--- a/Include/pyerrors.h
+++ b/Include/pyerrors.h
@@ -73,6 +73,7 @@
 extern DL_IMPORT(PyObject *) PyExc_NameError;
 extern DL_IMPORT(PyObject *) PyExc_OverflowError;
 extern DL_IMPORT(PyObject *) PyExc_RuntimeError;
+extern DL_IMPORT(PyObject *) PyExc_NotImplementedError;
 extern DL_IMPORT(PyObject *) PyExc_SyntaxError;
 extern DL_IMPORT(PyObject *) PyExc_SystemError;
 extern DL_IMPORT(PyObject *) PyExc_SystemExit;