Changeset dccd6d in git for factory/cf_gcd_smallp.cc


Ignore:
Timestamp:
May 7, 2012, 5:39:41 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
5c0bf0e51f96eb0ce4f2b693d76e67b7ab513d4eedd81896e7de840500b43eca5d7771d36a211f79
Parents:
e7676af1109530ff2efd9495bfdb0fa2cedc576a517530b37f04ee705b7b271243a265748c447cf5
Message:
Merge pull request #101 from mmklee/factory_without_ntl

fix: issues with building factory without NTL
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/cf_gcd_smallp.cc

    re7676a rdccd6d  
    3535#include "cf_iter.h"
    3636#include "cfNewtonPolygon.h"
     37#include "cf_algorithm.h"
    3738
    3839// iinline helper functions:
     
    4546
    4647#include "cf_gcd_smallp.h"
    47 
    48 #ifdef HAVE_NTL
    4948
    5049TIMING_DEFINE_PRINT(gcd_recursion)
     
    7271  return false;
    7372}
     73
     74#ifdef HAVE_NTL
    7475
    7576static const double log2exp= 1.442695041;
Note: See TracChangeset for help on using the changeset viewer.