Added longobject.h

This commit is contained in:
Guido van Rossum 1991-05-05 20:00:02 +00:00
parent 67fa160744
commit 9227c0e184
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include "objimpl.h"
#include "intobject.h"
#include "longobject.h"
#include "floatobject.h"
#include "stringobject.h"
#include "tupleobject.h"