Changeset b1dfaf in git for kernel/clapconv.h


Ignore:
Timestamp:
Sep 17, 2010, 3:36:19 PM (14 years ago)
Author:
Frank Seelisch <seelisch@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
7194edf653bb54e050d46f0f8090b86b6ac49d1c
Parents:
dce1e3bbf2389a71a367d500df527054c5d4459f
Message:
patch from Kai (checked for problems under Windows OS: no problems)

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

Legend:

Unmodified
Added
Removed
  • kernel/clapconv.h

    rdce1e3 rb1dfaf  
    1515#include <kernel/longalg.h>
    1616#include <kernel/ring.h>
    17 #include <factory.h>
     17#ifdef HAVE_FACTORY
     18#  include <factory/factory.h>
     19#endif /* HAVE_FACTORY */
    1820
    1921poly convFactoryPSingP ( const CanonicalForm & f, const ring r=currRing );
Note: See TracChangeset for help on using the changeset viewer.