Changeset 557912 in git for factory/cf_factor.cc


Ignore:
Timestamp:
Jul 1, 2008, 3:53:02 PM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
6981f1526b1a901007f57274e38127c0c7a54a3c
Parents:
be03c4a08b21f0e77bc9586601f803a77c5bf3e6
Message:
*hannes: missing inlude for SINGULAR


git-svn-id: file:///usr/local/Singular/svn/trunk@10823 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/cf_factor.cc

    rbe03c4 r557912  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: cf_factor.cc,v 1.41 2008-07-01 13:45:44 Singular Exp $ */
     2/* $Id: cf_factor.cc,v 1.42 2008-07-01 13:53:02 Singular Exp $ */
    33
    44//{{{ docu
     
    3232#ifdef HAVE_NTL
    3333#include "NTLconvert.h"
     34#endif
     35
     36#ifdef SINGULAR
     37#include "singext.h"
    3438#endif
    3539
Note: See TracChangeset for help on using the changeset viewer.